Subscribe
Tutorial search

Visual Basic Buttons Tutorials


We hope that you will enjoy our Visual Basic Buttons tutorials. Feel free to contact us if you would like to be a tutorial hero and contribute your own Visual Basic Buttons tutorial to our site. Thank you !

Sort by:
CommandButton and OptionButton Controls in Visual Basic 6
CommandButton and OptionButton Controls in Visual Basic 6
Using CommandButton controls is trivial. In most cases, you just draw the control on the form's surface, set its Caption property to a suitable string (adding an & character to associate a hot key with the control if you so choose), and you're finished, at least with user-interface issues.
Difficulty:
Drag & Drop
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 mechanics of a drag and drop operation are fairly simple and logical.
Difficulty:
Runtime Menus
Runtime Menus
In Visual Basic, adding menus at runtime is handled in the exact same way as adding any control at runtime.
Difficulty:
Menus
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 it's pretty much a no-brainer.
Difficulty:
Total Tutorials in Category: 4