What is Visual Basic?

Is Visual Basic really 'Visual'?

Visual Basic is visual, in the sense that you move objects around on the screen, to change what the user sees, however, you cannot see (apart from the text) how the program will behave during different events. You add objects onto a form, and then add code behind the scenes to control how they behave.
For example you can write code for when the user moves the mouse or presses a key over a control. You can see what your application will look like during design time, as all the controls are updated when you change a property. Visual Basic is not truly visual, as you still have to enter in code. A truly visual programming language would allow you to 'draw' what happens, without having to do any  typing at all, however, if such a program existed, in my opinion, you wouldn't be able to do very much with it!

You might also like...

Comments

About the author

James Crowley

James Crowley United Kingdom

James first started this website when learning Visual Basic back in 1999 whilst studying his GCSEs. The site grew steadily over the years while being run as a hobby - to a regular monthly audien...

Interested in writing for us? Find out more.

Contribute

Why not write for us? Or you could submit an event or a user group in your area. Alternatively just tell us what you think!

Our tools

We've got automatic conversion tools to convert C# to VB.NET, VB.NET to C#. Also you can compress javascript and compress css and generate sql connection strings.

“Anyone who considers arithmetic methods of producing random digits is, of course, in a state of sin.” - John von Neumann