Showing posts with label visual basic tutorial. Show all posts
Showing posts with label visual basic tutorial. Show all posts

10/12/12

Creating and using String Variables in visual basic

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.


3/30/12

Using if statements in visual basic 2010


Today I will be showing you how to use the all famous if statements in visual basic 2010, They are fairly easy to use. if statements allow you to create more complex functions for your program so in this tutorial we will be saying that if a textbox says a certain thing then a certain thing will happen. First of all open up visual basic like so.

3/3/12

Know your way around visual basic 2010


In this tutorial I will be showing you your way around certain tools and services you will use a lot while you follow these tutorials so first of all you will need to open up your visual basic which you have downloaded from the past tutorial wait for it to load and create a new project until you get your screen to this:

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.