Yeah I guess I overthought that one.
Thanks...
User Profile
Collapse
-
"Please Wait" window in VB.NET??
I have Googled and Googled, but I only find explanations of this for ASP.NET, etc. How do you put up a 'please wait' window at the beginning of a process and close it at the end of the process in a regular non-web VB.NET application? Seems like there should be a straightforward way to do this...
Thanks,
Chandler -
Thank you! That did the trick, and I even see how it works.
Chandler...Leave a comment:
-
How to determine if dataset is empty?
Hi folks... .NET newbie I admit. I'm running VS 2005 version 8 on .NET platform 2.0.50727 SP1. How can you tell if a query has returned an empty dataset to a SQLReader or a DataTable? I am running this code...
Dim cnnNav3 As SqlConnection = New SqlConnection(" Data Source _...
& =(local);initia l catalog=NAVSQL; Integrated Security = SSPI")
cnnNav3.Open()
Dim strYarn As String
strYarn
No activity results to display
Show More
Leave a comment: