Answer Posted / gaurav
VB is used to Devlop Graphical User Interface Applications
(GUIs). VB is Object Bsed Event Driven Programming Languge
as we use Objects to create our Applications such as Text
Box, Command Button on Form and it is also called Event
Driven Language because anything we do on VB application
such as Click MOuse on command Button to execute any
command, or enter the text in text box etc. every thing is
an event that's why we call it Object Based, Event-Driven
Programming.
| Is This Answer Correct ? | 7 Yes | 0 No |
Post New Answer View All Answers
What is the default workspace?
How would you run your ActiveX Document Dll?
How do I speed up control property access?
Difference between Dynaset and Snapshot?
__ no of controls in form.
Write the Steps in Creating an ActiveX Control?
What is the use of Visual Basic Document file?
Difference between Tabletype and Snapshot?
How do I prevent multiple instances of my program?
Why does everybody say I should save in TEXT not BINARY?
How do I get the Tab key to be treated like a normal character?
What is the use of Scalewidth and ScaleHeight Proeperty?
How do I dial a phone number without using the MSCOMM VBX?
Are there any examples of commercial applications built using Visual Basic?
How can you check whether a record is valid record or Invalid record using ADO control or Object?