0% found this document useful (0 votes)
8 views1 page

Visual Basic Beginner Tutorials

This document provides tutorials for writing Visual Basic programs. Tutorial 1 includes exercises to write programs that display text with a greeting, perform basic math functions, copy a string between text boxes, calculate student marks and results, change a text box color on focus, and analyze a string for characters. Tutorial 2 covers generating a restaurant bill, displaying system configuration, using a scroll bar to change colors, simulating a traffic light, creating a stopwatch, and managing lists with a list box control.

Uploaded by

Bhadresh Soni
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
8 views1 page

Visual Basic Beginner Tutorials

This document provides tutorials for writing Visual Basic programs. Tutorial 1 includes exercises to write programs that display text with a greeting, perform basic math functions, copy a string between text boxes, calculate student marks and results, change a text box color on focus, and analyze a string for characters. Tutorial 2 covers generating a restaurant bill, displaying system configuration, using a scroll bar to change colors, simulating a traffic light, creating a stopwatch, and managing lists with a list box control.

Uploaded by

Bhadresh Soni
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd

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.

You might also like