RSS

About Visual Basic 6.0

Visual Basic is a programming language windows-based graphical (GUI-Graphical User Interface). The nature of programming language is event-driven, meaning the program will occur if there is no response from the user in the form of event / specific event (the button is clicked, the mouse is pressed and others). When the event occurs, the code associated with the event will be run.
 
The word "Basic" is the language BASIC (Beginner All Purpose Symbolic Instruction Code), which is a programming language that historically has been widely used by programmers to develop applications. Visual Basic programming language was developed from BASIC.

 
In Visual Basic, making application start by estimating the needs, designing the look and then followed by making the code for the program.

  • Digg
  • Del.icio.us
  • StumbleUpon
  • Reddit
  • RSS

The Introduction of IDE (Integrated Development Environment) Visual Basic 6.0

To start the display of visual basic 6.0, start by clicking the START menu, then point the cursor on the Programs menu, then navigate to the menu clever Microsoft Visual Studio, and then you click the Menu Microsoft Visual Basic 6.0.

After you click the Menu Microsoft Visual Basic 6.0, it will show a window in Microsoft Visual Basic, as shown in the picture below:


After the New Project window appears, your next step please click the icon STANDART EXE. then click Open. Then will appear the windows Visual Basic Program.


Description:
  1. Menu bar
  2. Toolbar
  3. Toolbox is part of the basic visual display components in Visual Basic that is used to design the display form.
  4. Form Window Is part of the design application used to create a view for interacting with the user. In the design of this form we will place the components in the Toolbox.
  5. Code Window is the part that is used to create a procedure-events of a particular object, so that applications can be run in accordance with the program. 
  6. Project Explorer Is the part that is used to display the file structure contained in an application project.
  7. Properties Window It is a view that is used to provide characteristic values ​​of a particular object in the application. 

  • Digg
  • Del.icio.us
  • StumbleUpon
  • Reddit
  • RSS