You are on page 1of 3

Sarvajanik College of Engineering and Technology Information Technology Department Visual Basics Applications and Programming Institute Elective-

II (Electrical Engineering) Semester V


Practical AIM No 1 Experience environment of visual basics. 2 3 4 Create and edit macro. Experience intellisense features and even driven approach of VBA. Write a program to experience basic Mouse/keyboard/form events. Mouse -Click event Double click event Mouse down event Mouse Up event Mouse Move event Drag Over and Drag Drop event Keyboard Key Down Key Press Form Form Load Form Activate Form resize Form terminate Form unload Others Change Got Focus Lost Focus Design a simple student information system application which demonstrates following objects , also change properties of different objects in use. Experience changing property by property window as well as by coding. Use Text Box Label Command button Frames Check box Option Button Shape Concepts to explore Introduction Macro Introduction Event driven programming

Putting objects to work

Sarvajanik College of Engineering and Technology Information Technology Department Visual Basics Applications and Programming Institute Elective- II (Electrical Engineering) Semester V
6 Line Image Design a simple calculator. Experience selecting multiple controls, assigning properties to multiple controls, deleting/moving/aligning multiple controls in the same application. Also assign keyboard access keys for major calculations. Use With End with statement in the same application for assigning different properties of same control/object by coding. Design a simple super store application and experience different three types of combo boxes as well as four types of list boxes as follows. Combo box :: Drop down combo Simple combo Drop down list List box :: Standard List box Check box List box Experience How to add items to list box and combo box using List property and additem method. Also use following List index property List property Remove items method Write a program to accept two numbers, store them in appropriate variables and apply selected operation [addition, subtraction, deletion, multiplication], store answer in variable again, and display appropriately. Study conditional branching with following applications: 1) WAP to accept percentage from user and print PASS/FAIL as result. 2) WAP to accept 3 numbers from user and display its Maximum and minimum. Study Looping through code with following applications : 1) WAP to print sum of square from I to N. 2) WAP to print sum of squares of numbers divisible by 4 and not by 5 in range of 1 to N. 3) WAP to check whether a number is prime or not. 4) WAP to print all Armstrong numbers between 1 to N. WAP to enter 2 numbers from user and display result of addition of given numbers. Addition should be done by creating Procedure and Function. Putting objects to work

Putting objects to work

Storing data in variables

Conditional branching

10

Looping through code

11

Building procedures

Sarvajanik College of Engineering and Technology Information Technology Department Visual Basics Applications and Programming Institute Elective- II (Electrical Engineering) Semester V
12 13 Explore object browser. WAP to display contents of given database and experience data base connectivity. Also navigate database using command button. Also perform different database operations. WAP to demonstrate use of massage box/ input box. Create a simple ACTIVE X project and use it in a standard EXE. WAP for Library Management system and add Menu to same for different basic operations in same. Mini Project. Understanding object model structure Exploring power of automation

14 15 16

Using Intrinsic dialogs ACTIVE X Menus and Toolbars

17

Uses all concepts

You might also like