Tuesday, May 5, 2009

Steps in Building a Visual Basic Application

Step 1 : Design the interface
Step 2 : Set properties of the controls (Objects)
Step 3 : Write the event procedures

Example

List of Objects






List of Procedures



example Source code

Private Sub Form_Load ( )
Form1.show
Print “Welcome to Visual Basic tutorial”
End Sub

No comments:

Post a Comment