0% found this document useful (0 votes)
69 views1 page

Application With Multiple Forms

This document outlines the steps to develop a VB application using multiple forms. Form1 acts as the main form and interacts with Form2 and Form3. Form2 demonstrates the use of a ListBox control and Form3 uses a ComboBox control. Form1 animates images from an ImageList control using a Timer function. The ImageList control is added from the Microsoft Windows Common Control 6.0 component.

Uploaded by

Babu Parivendan
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
69 views1 page

Application With Multiple Forms

This document outlines the steps to develop a VB application using multiple forms. Form1 acts as the main form and interacts with Form2 and Form3. Form2 demonstrates the use of a ListBox control and Form3 uses a ComboBox control. Form1 animates images from an ImageList control using a Timer function. The ImageList control is added from the Microsoft Windows Common Control 6.0 component.

Uploaded by

Babu Parivendan
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 1

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

You might also like