Guaranteed Hits to your web site!












Learn Visual Basic 6.0


1. Introduction to the Visual Basic Language and Environment



Structure of a Visual Basic Application



Project



Application (Project) is made up of:
  1. Forms - Windows that you create for user interface
  2. Controls - Graphical features drawn on forms to allow user interaction (text boxes, labels, scroll bars, command buttons, etc.) (Forms and Controls are objects.)
  3. Properties - Every characteristic of a form or control is specified by a property. Example properties include names, captions, size, color, position, and contents. Visual Basic applies default properties. You can change properties at design time or run time.
  4. Methods - Built-in procedure that can be invoked to impart some action to a particular object.
  5. Event Procedures - Code related to some object. This is the code that is executed when a certain event occurs.
  6. General Procedures - Code not related to objects. This code must be invoked by the application.
  7. Modules - Collection of general procedures, variable declarations, and constant definitions used by application.


Pen Line


Counter Hit Counter Hit


This Homepage is special brought to you by CK Tan
Hosted by www.Geocities.ws

1