Monday, July 9, 2012

Monday, May 28, 2012

MODULE 2 : INTRODUCTION TO VISUAL BASIC EXPRESS 2005
LAUNCH VISUAL BASICIC EXPRESS 2005

1. Click Start Program Microsoft Visual Basic 2005 Express Edition.
 
Figure 1

2. Visual Basic 2005 Express window will be displayed as Figure 2.
Figure 2


3. To create new project, select File New Project. Window Form Screen will be displayed as Figure 3
Figure 3

4. In Visual Studio installed templates select Windows Application as Figure 4.
Figure 4

5. Name your project : MyFirstProject and click OK. Refer to Figure 5.
Figure 5

6. Form1 developing form appears where you can design your application. Refer Figure 6.
Figure 6

7. Click ToolBox on the left side of the screen.
Figure 7


8. Control ToolBox will be displayed. Then Click Common Controls.
Figure 8

9. In the Toolbox, click (windows position).
Figure 9

10. Now click at the Autohide to uncheck it.
Figure 10

Notes: If the Control Toolbox didn’t appear on the screen, Click View on the menu bar, then choose ToolBox
Figure 11