You are on page 1of 3

1.

Create a Menu driven application to show Matrix Addition,


Subtraction and Multiplication. Also give the user the option to exit
from the application.
2. Create an Application to show the usage of all the String Functions.
Design Time:

3. Create a jagged Array with 3 rows and initializes each row with the
elements print in the window.
4. Write a program to create simple array list and perform various
operations of array list.
Design Time:

5. Create a structure for storing book details and populate it with data
6. Create an enumeration named Designation & take 5 designations in
it: Manager, Assistant Manager, Project Manager, Team Leader and
Developer. Initialize salaries for these posts in the enumerator &
display it in Textbox.
Design Time:

7. Write a program to differentiate between parameter passing (Byval


and ByRef).
8. Create an Application to show the usage of Go To statement in an
Unstructured Exception Handling Mechanism.
9. Create an Application to show the usage of Try & Catch block in a
Structured Exception Handling Mechanism.
10.Design an application to implement the operation in between two list
boxes like add, remove, transfer, print and count items from one list
box to other.
11.. Design an application to implement the operation of Combo box.
12.Design an application to move any picture/image to left/ right and top
/bottom direction.
13.Create an Application to store student details using various form
controls.
14.On the click of button add the records of Employee in the List View
Control.
15.Design a tree structure of syllabus of BCA III Semester using Tree
controls.
16.Design a File Menu and Format Menu in form1 and implement the
functionality of all the Window Dialog boxes. Also add toolbar button
on form1.
17.Design a form to show the functionality of DateTimePicker Control,
MonthCalender control and Status Bar.
18.Create a Simple MDI Application and arrange all the child forms in
the proper layout.
19.Create a class shape with data member length and breadth and
member function SetDimension. Now create a derived class
Rectangle and calculate area and perimeter.
20.Write a program to show the implementation of Polymorphism in
VB.Net.
21.Create an Abstract class and show the implementation of Abstraction
in VB.Net.
22.Create an application to navigate student records with student id,
Name, Course, Date of Birth, Email id and phone no fields using
ADO.NET with Ms Access.
23.Create an application to bind the created student record using
DataGridView Control. Write the steps.
24.Write a program to create a simple Crystal Report using Ms Access.
25.Case Study
Create a small application for handling student/employee
registration in an organization.

You might also like