Subscribe
Tutorial search
Cool Stuff
How would you like to MASTER graphic design by next week?
Click here to find out how
Photoshop Templates
Featured Photoshop templates - professional ready to use designs for your next project
View all templates
Visual Basic Tutorials
Tutorials
Stuff
Affiliates
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 !
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: 


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: 


In Visual Basic, adding menus at runtime is handled in the exact same way as adding any control at runtime.
Difficulty: 


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
