In today's tutorial I am going to be showing you how to declare and use string variables in visual basic 2010. The very basics of what you need to know about string variables are it will store a string of characters with a label name which you can then call upon later on in your programme. This can save you time as it reduces the amount of code you will have to write.
Showing posts with label visual basic tutorial. Show all posts
Showing posts with label visual basic tutorial. Show all posts
10/12/12
3/30/12
Using integers and creating new object in Visual Basic
In today's tutorial I am going to be showing you how to use integer function in visual basic. Now all you need to know about integer is that it tells the program that you are making a completely new action. And to show you how to do this I'm going to show you how to duplicate a form using a integer
Using if statements in visual basic 2010
3/3/12
Know your way around visual basic 2010
3/1/12
An introduction to using Visual Basic 2010
Visual basic is an IDE that allows you to make a GUI and then make it do what you want writing code in a language called visual basic. Visual Basic has many useful tools such as the ability to add components from already existing software to help on syntax errors. There are many useful forums for support on using Visual basic 2010 so you will not feel alone if you come across a problem you cannot solve. The language itself is not to complicated and is an ideal place to start if your a young/new programmer looking to make simple to complex software and applications.