Visual Basic Assignment
Visual Basic Assignment
CLASS: 1
Introduction to visual basic: 1. First program in visual basic:
Output:
Exercise: 1. Design a form with six button , type the diff color name in the button caption property If you press any button, then button background color changed as caption color of button. 2. Two command buttons on the forms and showing and hiding the alternatively , When you press one button this will hide and another will showing ,again if you click on next button that will hide and first will show. 3. Design a form with one button and if you press that button it will show a welcome message.
Class 2:
Class 3:
1.Desing a form with a text box which accept any types of text and show in a msgbox.
2. Desing a form with a text box which accept any types of text and show in msgbox title bar.
3.Desing a form with a text box which accept any Sting and count the no of character in that string.
Class 5:
1. Develop an application to prepare student result on the basis of marks entered . a sample screen shot is beign given below
2. Develop an application that accepts principal amount rate of interest and time from the user. Then it computes the simple interest and displays it.
Class 6:
Develop an application for accept the date of birth and show the current age as given date.
Q. Obtain age of a person and then display where he/she eligible for voting.
3.