Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~494 People Reached
Favorite Forums
Favorite Tags

5 Posted Topics

Member Avatar for saxenapankaj

[QUOTE=saxenapankaj]we are facing one prob with vb .net Enterprise edition. we have installed vb .net on 2000 server machine and xp now the problem is when we are creating any form and adding list or combo box it is not showing the added items at run time where can be …

Member Avatar for Mihir3000
0
58
Member Avatar for manal

[QUOTE=manal]Slam evey one... i have question i hope i find its answer here..... i want to read date from datatimepicker that user select then store value in database i know how to connect to database and how to get value from datetimpicker but need to know how to store it …

Member Avatar for manal
0
87
Member Avatar for Mihir3000

Hi Every One I tried to execute old VC code in .Net and it gave me the linking error Linking... LINK : error LNK2001: unresolved external symbol _WinMainCRTStartup Tell me what to do to remove this error? Thanks in advance

0
95
Member Avatar for grimshaw9

Below is the code that will hep you Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click Timer1.Interval = 10000 '10 sec Timer1.Start() Timer1.Enabled = True End Sub Private Sub Timer1_Tick(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Timer1.Tick Button1.Enabled = False 'As 10 sec are …

Member Avatar for grimshaw9
0
150
Member Avatar for starbuck

use ADO.NET instead of OLEDB and adapter. You can directly update records present in DG with help of ADO.NET

Member Avatar for Mihir3000
0
104

The End.