Visual Basic
Tutorial 1
1. Write a program to enter a text and display it with hello message.
2. Write a program to perform a basic arithmetic functions.
3. Write a program to copy a string from 1 text box to another text box.
4. Write a program to enter a student name with marks of 3 subjects and
calculate total marks, percentage and result.
5. Write a program that will change color of text box when the text box will get
focus.
6. Write a program to enter a string in a text box and calculate total no of
characters, digits and special symbols from that strings.
Tutorial 2
1. Write a program that generates a restaurant bill.
2. Write a program to display a system configuration.
3. Write a program that will display different colors as user selects the scroll
bar.
4. Write a program that will generate a traffic light control.
5. Write a program to generate a STOP WATCH.
6. Write a program that will add new item, remove item, clear item and swaps
the items between lists with list box control.