Tutorial search
Tutorials
Stuff
Affiliates
Photoshop Templates
Featured Photoshop templates - professional ready to use designs for your next project.
View all templates
Simple VB Code with Strings Booleans and Integers - Visual Basic tutorial

Simple VB Code with Strings Booleans and Integers tutorial description
| Added on | 08.03.2008 |
| Total clicks | 34 |
| Tutorial Rating | 0 |
| Tutorial Difficulty | 0 |
Simple VB Code with Strings Booleans and Integers
More cool Visual Basic tutorials:

Learn the basics of Visual Basic by adding a password to your application!

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.

This guide will teach you how to add two string together.
It will go from starting up Visual Basic to running your application.

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

Having a program with everything on one form would be extremely cluttered, that is why most programs are split into many different forms and windows. This is a very basic tutorial on how to open a new form/window by simply clicking on a button.





