j

Wednesday, 4 November 2015

Application Development Steps in Visual Basic 6.0

It is very simple to develop an application in by using Visual Basic development environment. There are three primary steps involved in building a Visual Basic application.
      
        Drawing The User Interface:
                               First of all, user interface is designed. An interface is a means of communication between a program and user. Window application use Graphical User Interface (GUI). The user interacts with the program by clicking on buttons , menus etc.
       Assigning Properties
                  Secondly, the properties of different object are set. Properties are the attributes of an onject in the interface. Properties describe the appearance of the object. For example width and height of button is properties.
      Attaching code
                  Finally, code is attached to the object, each piece of code is related to a particular event of particular object. For Example, A piece of code may execute when the button is clicked.

Subscribe to this Blog via Email :