You are on page 1of 3

Modern Education Societys

College of Engineering, Pune


NAME OF STUDENT: SEMESTER/YEAR: DATE OF PERFORMANCE: EXAMINED BY: CLASS: ROLL NO: DATE OF SUBMISSION: EXPERIMENT NO:

TITLE : STUDENT INFORMATION

AIM:
Write a program to accept the name, class, email, password and marks of student. Display Average, percentage and grade.

OBJECTIVES:
To learn handling forms in VB. To learn Error handling in VB.

PRE-REQUISITES:
Command button tool. Label and text box tool. String manipulation functions.

APPARATUS:

THEORY:
LABEL: This control displays text on the form that user cant change at runtime. Labels commonly identify other control and can be transparent, so the text appears to be placed directly on the form. _______________________________________________________________________ _ RDBMS and Visual Programming Laboratory Page 1 of 3

TEXTBOX: This control displays text that user can edit. The textbox control is a mini text editor and its a most important property which can set the text on the control or read the text that the user enters. COMMAND BUTTON: This is the most common interface. A command button represents an action that is carried out when the user clicks the button. FRAME: This control is very commonly used control. It is used to make your GUI more effective. All the control related to one topic, if we put into frame, then all the properties that we apply to frame, gets applied to all the controls inside the frame.

PROGRAM DESCRIPTION: In this program we use various string manipulation functions to do the validation of text , number , upper case, lower case and password matching. For doing the validation of number and text IsNumeric() function provided in VB is used. Message box is used to display information to user about the valid entry in the information.

RESULT:
Application for student information is implemented in VB.

CONCLUSUION:
The program for generating student Marklist has been successfully implemented.

QUESTIONS FOR REVIEW:


1. 2. 3. 4. 5. What is run-time error handling and how to handle it? What is the significance of DIM statement? What are various data types used in above program? Explain various string manipulation functions used in this program? Explain syntax for Message box in VB?

_______________________________________________________________________ _ RDBMS and Visual Programming Laboratory Page 2 of 3

_______________________________________________________________________ _ RDBMS and Visual Programming Laboratory Page 3 of 3

You might also like