No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
5 Posted Topics
Re: [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 … | |
Re: [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 … | |
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 | |
Re: 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 … | |
Re: use ADO.NET instead of OLEDB and adapter. You can directly update records present in DG with help of ADO.NET |
The End.