-
What are the basic types in visual basic?
Visual Basic 2005, 2008, and 2010 use the following types: Boolean Byte Char Date Decimal Double Integer Long Object SByte Short Single String UInteger ULong User-Defined UShortBoolean holds values...
-
What does BASIC stand for in Visual Basic?
Beginner's All-Purpose Symbollic Instruction Code
-
What are the basic controls in visual basic?
There are lots, but in my point of view it would be: button, checkbox, radio(select button), label, textbox, and combo box. But if you asked which ones were important, the answer would be all of the...
-
How different is BASIC to Visual Basic?
The original BASIC of the 60s and 70s and the derivatives thereof which were popular in the 80s are fundamentally different than the current version of Visual Basic .NET. The older languages were...
-
How do you differentiate visual basic and basic?
Visual Basic includes some object orientated aspects, basic was strictly procedural.