User Profile

Collapse

Profile Sidebar

Collapse
ccbryan
ccbryan
Last Activity: Nov 11 '08, 08:19 PM
Joined: Jan 24 '08
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • ccbryan
    replied to "Please Wait" window in VB.NET??
    in .NET
    Yeah I guess I overthought that one.

    Thanks...
    See more | Go to post

    Leave a comment:


  • ccbryan
    started a topic "Please Wait" window in VB.NET??
    in .NET

    "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
    See more | Go to post

  • ccbryan
    replied to How to determine if dataset is empty?
    in .NET
    Thank you! That did the trick, and I even see how it works.

    Chandler...
    See more | Go to post

    Leave a comment:


  • ccbryan
    started a topic How to determine if dataset is empty?
    in .NET

    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
    ...
    See more | Go to post
No activity results to display
Show More
Working...