Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Shaun E on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. thadley

    Focusing a field on a form load and default button

    Hello, Well I am making my way through DB connections and the other variety of processes that VB.NET allow, but I have run into two issues that I cannot find in any book. I know that you use a focus method to place the cursor into a text field, but this isn't working under a onLoad function...
  2. thadley

    Displayed form closes automatically

    Great idea! That worked. Clean and simple....well simple is relative. I really do appreciate the help and time.
  3. thadley

    Displayed form closes automatically

    Thanks again for the insight. Here is a thought. Would it be possible to use the .showDialog for the username and password form, check for the correct information, and if it is correct use the Application.Run(New frmGen()) to begin the "real" program? One downside, I guess, is...
  4. thadley

    Displayed form closes automatically

    John, Thanks very much for the insightful info. That helped. Sure do appreciate it. Thom
  5. thadley

    Displayed form closes automatically

    Help, I am a new to the .net environment and I am hoping to move more into this new world. But, I am struggling with a, I'm sure, a simple problem. When I run the following code. Module main 'Set DB Connection Info Public dbServer As String = "tempDB" Public dbName As...

Part and Inventory Search

Back
Top