Saved Bookmarks
| 1. |
Write a program to change background color of your visual basic form with any 3 different events |
|
Answer» ge 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). |
|