Application With Multiple Forms
Application With Multiple Forms
AIM
To develop a VB application using multiple forms.
FORM DESIGN
PROCEDURE
Step-1. Create a form in standard.exe format.
Step-2. Add two more forms by using Project->Add Form.
Step-3. Form1 acts as a main form, interacting with other two forms.
Step-4. Form2 provides the application of ListBox Control and Form3 have the
application of ComboBox Control.
Step-5. In Form1 has the function of animating the images from ImageList Control
with the help of Timer Function.
Step-6. The ImageList control can be add Project->Components-> Microsoft
Windows Common Control 6.0(SP6).
Step-7. In Form2 has