tutorials

Sponsors
Partner Sites
Runtime Menus
In Visual Basic, adding menus at runtime is handled in the exact same way as adding any control at runtime.
Visual Basic Tutorials > Buttons
 
Menus
Everyone knows what a menu is, the question is how can you make them in VB? Well, it turns out to be very simple. VB has a built-in menu editor that you will use and its pretty much a no-brainer.
Visual Basic Tutorials > Buttons
 
Drag & Drop
You see it in just about every Windows application, so how can you do it in your VB application? Fortunately VB provides built-in tools to make it easy for you. While the code you write to respond to a drag and drop operation can be fairly complex, the me
Visual Basic Tutorials > Buttons