Leuck Blog

A compilation of Windows topics and other stuff

Navigate between screens (forms) in Visual Basic

clock May 9, 2009 16:22 by author Paul

To navigate or go between screens using Visual Basic simply use formName.Show()
Replace fromName with the name of your form. This will open the form specified.

Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5


Visual Studio Shortcuts and time savers

clock December 7, 2008 18:36 by author Paul

Microsoft Visual studio shortcuts
Box select code in Visual studio code view allows you to select things with a box, such as vertically. Use alt and the mouse to select items.
Ctrl-shift-V – cycles through past info on clipboard in VS
Insert Snippets into VS code with tab and then tab combination

Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5


Category list

Sign in