Thursday, April 21, 2011

Learn Visual Basic 6.0

What is Visual Basic?




·         Visual Basic is a tool that allows you to develop Windows (Graphic User Interface - GUI) applications.  The applications have a familiar appearance to the user.

·         Visual Basic is event-driven, meaning code remains idle until called upon to respond to some event (button pressing, menu selection, ...).  Visual Basic is governed by an event processor.  Nothing happens until an event is detected.  Once an event is detected, the code corresponding to that event (event procedure) is executed.  Program control is then returned to the event processor.

No comments:

Post a Comment