Visual Basic Assignment Index
Visual Basic Assignment Index
Index
Part- I
Sr. No.
Page
No.
Objective
Write a program to launch a rocket using pictures box and timer control.
Write a program to change back color of any control (label, textbox) using scroll box.
10
Take input of a word and write a program to check whether it is a palindrome or not.
(Without using structure fun)
1
2
Center:
Page 1
11
12
13
14
15
16
17
18
19
20
21
22
Center:
Part- II
Write a program using check boxes for following font effects.
Bold
Italic
Underline
Increase font size
Decrease font size
Font color
Write a program to generate, print and find sum of first n elements of Fibonacci series using
recursion.
Design an interface, which will appear like mark sheet. It will take input of marks in five
subjects and calculate total marks and percentage then provide grade according to following
criteria. (Using nested if) (Use tab index property to move focus).
If %
Then Grade
= 90
A+
= 75 & < 90
A
= 60 & < 75
B
= 45 & < 60
C
Otherwise F
Write a program to create a simple calculator (Using control array)
Write a program which will count all vowels, consonants, digits, special characters and
blank spaces in a sentences (Using select case)
Write a program to search an element for a one dimension static array.
Write a program to sort a dynamic array of
(a) n numbers
(b) n strings (Input array size at run time)
Write a program to take input of two matrices and perform their addition, subtraction and
multiplication using menu editor.
Write a program to illustrate call by value and call by reference ( to Write a program to
values)
Write a program to find smallest among given three numbers using user defined
procedures.
Write a program to perform read write operations in a sequential file.
Create a user defined data type having fields name (as string of length 20 bytes), Rollno
(as integer), class (as string of 10 bytes). WRITE A PROGRAM to create a random access
file to store above data and perform following operations in this file.
a) Write new record
b) Read / display existing record
c) Delete any record
d) Search any record
f) List selected records
Mahant Laxminarayan Das College, Raipur
Page 2
26
Write a program to display records of a table using DAO & bound control code for buttons
to move at first record, next record, previous record, last record in the table.
Create a table using visual data manager and write a program using RDO & advanced
bound control to add, delete, edit & navigate records.
Write a program to access a database using ADO & display a key column in the combo box
or list box when an item is selected in it, its corresponding records is shown in MSH flex
grid.
Using Data Environment create a program to display records of any table.
27
Write a program to generate mark sheet of students in a class through data report.
28
23
24
25
Using drive, directory and file list box (it will show only .bmp files). Let the user select
the bmp files, which will appear in picture box as user click on any item in list box.
Using toolbar design an interface for string manipulation. Toolbar should have tabs to
(a) Find length of string
(b) No of blank spaces in sting
(c) Reverse the string
Also show current date & time in status bar.
29
30
Submitted To:
Mr. Manoj Kumar Sahu
(Assistant Professor)
Dept. of Computer Science
Date:
/ 06/2015
Center:
Page 3