Changing Forms Background Color Within The Program

Do you know of any tutorial videos online that offer help with programming or have you made a helpfull video then please share them in here.
1 post Page 1 of 1
Contributors
User avatar
mikethedj4
VIP - Site Partner
VIP - Site Partner
Posts: 2592
Joined: Thu Mar 25, 2010 4:36 am

The ColorDialog:
Code: Select all
ColorDialog1.ShowDialog() 
Me.BackColor = ColorDialog1.Color 
The Menus:
Code: Select all
Me.BackColor = Color.Blue 
The Right Click Menu:
Code: Select all
Me.BackColor = Color.Blue
1 post Page 1 of 1
Return to “Videos”