Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
19% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
6
Posts with Downvotes
3
Downvoting Members
6
~6K People Reached
Favorite Tags
Member Avatar for adobe71
Member Avatar for rubberman
0
101
Member Avatar for Hakoo

Hello All, I want to create new pop window like this site have while login. How can I do this? Thanking you, Hakoo Desai.

Member Avatar for sunnivasa
0
607
Member Avatar for manjulabai
Member Avatar for brianmaddox
-1
524
Member Avatar for adobe71

Is their any way to make an exe from my python files other that py2exe as am getting some problem.And for the same is their any method for linux also.

Member Avatar for snippsat
0
184
Member Avatar for KushMishra

Hello All, I have come up with a social networking website which should support chat functionality like Facebook. My intentions are as follows :- 1.It should be dynamic that is the chat window should appear only when any friend is online else it should remain hidden somewhere. 2.Could it be …

Member Avatar for adobe71
1
165
Member Avatar for adobe71

My asp.net Page contains a panel,panel contains gridview with both scroll bars eg: horizontal and vertical.How to print only whole panel content using javascript or another method.

0
73
Member Avatar for adobe71

How to replace '/' to '//' in database path,after selecting it from openfiledialog() control. From [CODE]OleDbConnection con = new OleDbConnection("Provider=Microsoft.Jet.OLEDB.4.0;Data Source=C:[B]\[/B]Documents[B]\[/B]Visual Studio 2008[B]\[/B]WebSites[B]\[/B]myproject[B]\[/B]db[B]\[/B]mobile.mdb");[/CODE] To [CODE]OleDbConnection con = new OleDbConnection("Provider=Microsoft.Jet.OLEDB.4.0;Data Source=C:[B]\\[/B]Documents[B]\\[/B]Visual Studio 2008[B]\\[/B]WebSites[B]\\[/B]myproject[B]\\[/B]db[B]\\[/B]mobile.mdb");[/CODE] using button click

Member Avatar for Antenka
0
231
Member Avatar for adobe71
Member Avatar for adobe71

How can i host webserver from home pc.Webserver like abyss or xampp.I am using usb dongle for internet,i have no router.I have searched on google but most of them use port forwarding in router..

Member Avatar for lasitha2005d
0
181
Member Avatar for adobe71

How can i insert password from textbox in database in encrypted form and match from database to login.

Member Avatar for sknake
0
82
Member Avatar for adobe71
Member Avatar for adobe71

How can I upload image by checking pixel(ie 100x100) and size(ie 50kb)in MS Access and retrieve from database to show in image control using C#.

Member Avatar for sgt_toasty
0
85
Member Avatar for adobe71
Member Avatar for pankeel
0
72
Member Avatar for kimmi_baby

Hi, I'm having a problem with an ASP.net website and CSS. I've pasted my CSS code from a previous website (HTML and CSS) to have a look at it. I've copied the basic divs etc into the masterpage. But I'm finding that the layout isn't centered. The layout would normally …

Member Avatar for jbisono
0
276
Member Avatar for adobe71
Member Avatar for honey61399

[CODE]<div style="margin:0px 0px 0px 0px;" class="grid_16 example" align="center"> <asp:DataList ID="DataList1" runat="server" BorderStyle="Groove" CellPadding="5" CellSpacing="5" RepeatColumns="3" RepeatDirection="Horizontal"> <ItemTemplate> <ul> <li> <object id="player" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" name="player" width="328" height="200"> <param name="movie" value="vplayer/player.swf" /> <param name="allowfullscreen" value="true" /> <param name="allowscriptaccess" value="always" /> <%--<param name="flashvars" value="file=<%# Eval("vurl","video/swf/{0}") %>&image=<%# Eval("vpurl","video/thumb/{0}") %>" /> --%> <embed type="application/x-shockwave-flash" id="player2" name="player2" …

Member Avatar for honey61399
0
275
Member Avatar for adobe71
Member Avatar for aspproject
0
70
Member Avatar for YMCMb

Hey Everyone, I have a text box, and i want to make sure the user doesnt ruin my program by putting in random chars instead of just numeric values. Now i believe using something like [CODE]Private Sub Text1_KeyPress(ByVal KeyAscii As Integer) If KeyAscii <> vbKeyBack Then If Not IsNumeric(Chr(KeyAscii)) Then …

Member Avatar for crishjeny
-1
121
Member Avatar for adobe71

i hav created software in visual studio 2008 window application using C#,now i want to add serial number.how can i do it pls give ur suggestions.

Member Avatar for Serialz
0
183
Member Avatar for adobe71

How can I access remote database using window application in C#.I want to insert/update and delete the record from database which placed in web server using window application.

Member Avatar for Lusiphur
0
117
Member Avatar for adobe71
Member Avatar for adobe71

View my sw collections made by myself.take and give ideas. [url]http://realzone71.googlepages.com[/url]

0
52
Member Avatar for adobe71

i am using visual studio 2008,windows vista operating system,i put the ms access database inside "c:/windows/test.mdb",i also put in c:/test.mdb.but in both cases when i execute update query it gives error-"Operation must use an updateable query".But it works fine when i put database in non-window drive as E:,P: etc,also in …

0
31
Member Avatar for adobe71

My window application gives error-"Operation must use an updateable query" while run in vista.I used update and insert statements.How can I provide permission to write/update in Ms Access database.

Member Avatar for adobe71
0
100
Member Avatar for adobe71

Anybody have windows7,please send me windows7 media folder(location: C:/windows/media).Zip and send to me. THANKS

Member Avatar for Teme64
-4
30
Member Avatar for adobe71
Member Avatar for adobe71
0
78
Member Avatar for adobe71

How to find the difference between system time and user input time in the format [hh:mm] in millisecond.

Member Avatar for arqtan
0
113
Member Avatar for adobe71

I have locked ms access database with password.When i add it to setup of project,it gives error that database is locked or not found.How can i add database with password to the setup using visual studio 2008.

0
33
Member Avatar for adobe71

I have installed oracle10g ExpEdition,it hasn't inbuilt table. I need oracle tables emp,dept,salgrade,mgr.If you have installed oracle9i , you can easily export the tables. I am describing the method. [ICODE]open command prompt type C:\>exp scott/tiger file="c:\emp.dmp" tables=(emp,dept,salgrade,mgr) [/ICODE] then go to c drive,You can see the exported emp.dmp file. Please …

Member Avatar for rohinireddy
0
124
Member Avatar for adobe71

I am using visual studio 2008 with C# developing an window application, I want to displsy blinking text with marquee on label using [B]thread[/B].But it generates error :--Cross thread error. What is this and pls solve my problem.

Member Avatar for PierlucSS
0
101