You are on page 1of 43

COMPUTER APPLICATI ON-1 (PRACTICA L)

USING VISUAL BASIC


Visual basic is event driven program. These project covers visual basic problems using its variable, object, controls, control flow and different structure and use arrays, functions and also cover data access. DEEPAK BHATIA 05624001709

VISUAL BASIC APPLICATION


NAME

DEEPAK BHATIA
ENROLLMENT NO.

05624001709
COURCE

BBA (GEN)
COLLEGE

2ND SHIFT

TRINITY INSTITUTE OF PROFFESIONAL STUDIES

SUBMITTED TO: MISS: GINI BHATIA


INDEX
PAGE

S.NO
1 2 3 4 5 6 7 8 9 10 11 12 13 14

TOPIC
APPLICATION FORM USING CONTROLS LOGIN FORM CALCULATE SIMPLE INTREST MINI CALCULATOR NO. IS +VE OR -VE

NO.
1-2 3-4 5-6 7-8 9-10 11-12 13-14 15-16 17-18 19 20-21 22-24 25-26 27-28

T.SIGN

PERSON IS ELIGIBLE FOR VOTE OR NOT BILL PAYMENT SHOW GREATEST NUMBER FACTORIAL NUMBER ***** PATERN FORM (FOR NEXT) INVERSE OF PATTERN CHARACTER IS LCASE OR UCASE GRADES FOR MARKS USING LCASE, UCASE, REVERSE AND ASC FUNCTION

Program 1 Design an application form using different controls.

APPLY CODE

RUN THE PROGRAMME

Programme 2

Design login form for check password.

CM

COMMAND 1 APPLY CODE IN CMD1

Programme 3

Design the forms that calculate simple interest.

APPLY CODE ON SIMPLE INTREST COMMAND

Programme 4

Design mini calculator using 2 boxes, for excepting the inputbox of no. showing the result in 3rd box.

RUN THE PROGRAMME

FOR SUBTRACT

DEVIDE 100 BY 63

Programme 5

Design the form that check whether no. is positive or negative. (using if else statement)

Programme 6

Design the form that check whether the person age is eligible for vote or not.

Programme 7

Create application that offers varies item to selected from and mode of payment.

ORDER DIFFERENT ITEMS AND CLICK BILL AMOUNT FOR AMM OUNT

Programme 8

Develop the program that show the greatest number from the three numbers.

The result execute in msgbox is 36 is greatest number

Programme 9

Develop the program that show the factorial of number.

Display a massage of factorial no. as

Programme 10

Develop the program display the * pattern. (Using for next)

The massage shows

Programme 11 Create apposite of last program

Click command 1

Programme 12

Obtain a character from user and display what is upper case vowel or consonants or lower case vowel or consonants.

Programme 13 Obtain marks from user and display the grades as excellent, very good, good , average and fail

Programme 14

Design the application form that demonstrate the use of lcase, ucase, reverse, asc functions.

You might also like