58.0k views
1 vote
Write a program to change background colour of your visual basic form with any 3 different events.​

User Dimfalk
by
6.1k points

2 Answers

6 votes

Answer:

To change the background color, select the form in Visual Studio and locate the BackColor property in the Properties panel. There are a number of ways to specify a color. Color by name - Simply type in a color name into the BackColor value field (for example Red, Yellow, Cyan etc)

Step-by-step explanation:

User BlazingFrog
by
5.9k points
3 votes

Answer:

To change the background color, select the form in Visual Studio and locate the BackColor property in the Properties panel. There are a number of ways to specify a color. Color by name - Simply type in a color name into the BackColor value field (for example Red, Yellow, Cyan etc).

Step-by-step explanation:

User Alix Axel
by
6.1k points