Computer Science, asked by sitaulasupriya02, 4 months ago

Write a program to change background color of your visual basic form with any 3 different events.

Answers

Answered by krishna050784
1

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)

Similar questions