0% found this document useful (0 votes)
67 views

Visual Basic Lab Exercise

This document outlines various Visual Basic exercises, small applications, and projects. The exercises include moving shapes on a form, creating a stopwatch, using loops and conditional statements, developing a "Catch Me" puzzle game, and performing mathematical operations with text boxes. The small applications include a calculator, paint program, notepad, tic-tac-toe game, inventory system, online exam software, and chat application. The projects involve developing systems for tasks like library management, bus reservations, electricity billing, hotel booking, and insurance premium calculation.

Uploaded by

9922116408
Copyright
© Attribution Non-Commercial (BY-NC)
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
67 views

Visual Basic Lab Exercise

This document outlines various Visual Basic exercises, small applications, and projects. The exercises include moving shapes on a form, creating a stopwatch, using loops and conditional statements, developing a "Catch Me" puzzle game, and performing mathematical operations with text boxes. The small applications include a calculator, paint program, notepad, tic-tac-toe game, inventory system, online exam software, and chat application. The projects involve developing systems for tasks like library management, bus reservations, electricity billing, hotel booking, and insurance premium calculation.

Uploaded by

9922116408
Copyright
© Attribution Non-Commercial (BY-NC)
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
You are on page 1/ 3

Visual Basic Lab Exercise

Sr. Exercise
1 Timer & Shape Screen Sever – Take one shape, start from top-left corner of form. Move
. shape in cross direction and shape should not be gone out side of form.
2 Timer Make a stopwatch. Display starting time, stop time & difference.
.
3 Loops Take buttons for Do-while-loop, Do-until-loop, Do-loop-while, Do-until-
. loop, While-wend, For, For each, If-else-endif, Select-case.
4 Label “Catch Me” puzzle.
.
5 Text Box Take two text box, display sum, difference, multiplication & division in
. four different labels.
6 Text Box Simple & Compound interest Calculation
.
7 Text Box Write a program to allow only digits (0-9) & “-“ in a text box.
.
8 Option Button Take one option button group for class and second option button group
. for semester. Display message box, which options are selected by user.
9 List Box Keep two list box, having data (value) in one list box. Keep four
. navigation buttons >, >>, <, <<. User should be able to navigate data
from list box to another list box. Multiple selection should be possible.
1 Scroll Bar Generate color palate with use of three-scroll bar and picture box (RGB
0 Combination for picture box-fill color).
.
1 Picture box Develop picture viewer using drive, dir and file list box. User should be
1 able to view list of file in list box only with extension *.jpg and *.bmp.
. Picture should be displayed in picture box.
1 Function Write a function to find whether a given number is prime or not.
2
.
1 Function Write a program to show factorial of given number.
3
.
1 Function Write a program to given number is prime or not.
4
.
1 Function Write a program to return reverse string of given string with out using
5 StrReverse function.
.
1 Function Ask user’s birth date & calculate age in year, month & day.
6
.
1 General Write a program to count words of the given sentence.
7
.
1 General Write a program to count notes & coins of given amount.
8
.
1 General Count the length of given string without using LEN Function.
9
.
2 General Write a program to input two values & align first value in left side &
0 second in right.
. Tarak 1000
Tarun 125
Vishal 25410
Sailesh 12
Rajesh 500
2 Bound (DAO) Write a code to connect with ACCESS using bound method also write a
1 code to navigate records. (Library books detail)
2 Bound (DAO) Write a program to enter, delete & modify student detail.
2
.
2 Unbound (DAO) Write a program to enter, delete, modify & find for employee detail. Also
3 provide facility to navigate records.
.
2 Bound (ADO) Write a program to enter, delete, modify & find records for item master.
4
.
2 Unbound (ADO) Write a program for forging goods. Also show stock.
5
.
2 File Handling Write a code to open sequential text file, write a string to text file & close
6 text file.
.
2 File Handling Write down program for following
7 a) To transfer data from oracle table to sequential text file.
. b) To transfer data from sequential text file to oracle table.
Other
1 General Make a calendar for current month.
.
2 Puzzle Tower of annoy.
.
Visual Basic Small Applications
Sr. Small Application
1 Calculator (Simple & Scientific)
.
2 Paint brush (Line, Circle, fill color, free drawing with different color pane & different size)
.
3 Note pad (File open, close, save, font, font-style, font-size, find & replace etc…)
.
4 Tic Tock Game
.
5 Excel work sheet (Using flex grid)
.
6 Use flax grid to represent calendar using two combo for month and year. Consider leap year.
.
7 Inventory control system (Purchase, Sales & Stock report) with bill printing facility.
.
8 Online Exam (User ID, Fixed level exam, multi level exam, single choice question, multiple
. choice question, result should be store user wise)
9 Chatting Application using Winsock.
.
1 Develop explorer using Tree view & List view.
0
.

Visual Basic Projects


Sr. Project Defination
1 A System for journal acquisition in a library
.
2 A bus passenger reservation system
.
3 An electricity billing system.
.
4 A fixed deposit accounting system for a Finance Company.
.
5 Hotel room booking.
.
6 Book issues and receipts in a library
.
7 Insurance premium calculation and issuing reminders.
.
8 A hospital management system.
.
9 User management system using WIN APIs
.

You might also like