Ggl VB VB.NET

Ggl VB VB.NET

VB.NET resources at SearchVB.com

Welcome to SearchVB.com, a comprehensive Visual Basics-specific information resource for enterprise IT professionals. See below for an example of what SearchVB.com can do for you. From the latest VB code to tips and hints to webcasts and expert advice, we offer an extensive library of FREE resources on the web.

Sign up now for your free subscription to SearchVB.com


Tips and Hints:


Expert Advice:

  • Retrieving a user ID using VB.NET
    I have a program from which I need to retrieve the user ID from the computer for further purposes. Is there a way in VB.NET that allows the program to get the ID that a user used to logged into a computer?

  • How is a form loaded in VB.NET?
    I have converted my VB 6.0 project over to VB.NET. I am having a problem with a load form call. In VB.NET, how is a form loaded? This is the original code: Load frmTest. How is this done in VB.NET?

  • Loading controls at runtime in VB.NET
    How can I load controls at runtime in VB.NET as we used to use 'Load' keyword to load any control?

  • Calling another form from a click button in VB.NET
    On a click button, I am trying to open another form. In VB6, the code was simply open form2, but it's not the same way in .NET. What is the best way to call another form from the click of a button in VB.NET?