| | 
| Drag & Drop Posted in Visual Basic > Buttons by tutorialgrub on Mar 26, 2011
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. | | | 
| Menus Posted in Visual Basic > Buttons by tutorialgrub on Mar 26, 2011
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. | | | 
| CommandButton and OptionButton Controls in Visual Basic 6 Posted in Visual Basic > Buttons by tutorialgrub on Mar 18, 2011
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. | | | 
| Code, buttons Posted in Visual Basic > Buttons by tutorialgrub on Mar 02, 2011
HI im new here, also in VB |
1 | |
|