Visual Basic Assignment
Visual Basic Assignment
1. Generate one example using Text, Label, Command Button controls and
also write appropriate events for that
2. Create an Application Using Option Button and Check Boxes
3. Create an application Using Different Combo and List Box controls
4. Generate one example using Data Control and also write appropriate
events for that
5. Create a Calculator Application
6. Create an application using Different Grid Controls
7. Generate one example without using Data Control
8. Create an application using Horizontal and Vertical Scroll Bars
9. Create an application using Menus
10.Create an application Using MDI form with Toolbar control
11.Create an Application Using DirListbox, DriveListbox , File Listbox
controls
12.Create an application Using Popup Menus
13.Create an application Using Shape and Timer controls
Visual Basic Important Questions
1. What do you mean by dialog box? Explain different types of dialog boxes
in Visual Basic.
2. What are the different loops in Visual Basic? Explain with example.
3. What is Array? Explain static and dynamic array with example in Visual
Basic.
4. What is SDI and MDI applications? Explain with example.
5. What is control array? Design an application for traffic light.
6. Write the purpose of following control of Visual Basic
(i) Timer Control
(ii) Image Control
(iii) List View Control
(iv) Drive List Control
(v) File List Control
7. What is error? Explain types of error in Visual Basic with suitable
example.
8. Design as visual Basic project –
(i) to calculate the factorial of a given positive integer .
(ii) to reverse a given string.
9. Explain the following –
(i) Project Explorer Windows
(ii) Even Driven Programming Language
(iii) OLE
(iv) ADO
(v) Package and deployment wizard
10. Differentiate between
(i) List Box and Combo Box
(ii) Text Box and Label Control
(iii) Image Box and Picture Box
(iv) Message Box and Input Box
(v) Call by value and Call by reference