Newbie: changing background color

  • Thread starter Thread starter steve
  • Start date Start date
S

steve

Hi,
I am trying to incorporate a simple color dialog (MyDialog) to change the background color of my form.

I am using
tabMenu.BackColor = MyDialog.Color

and nothing happens!

However when I am using the above with ForeColor the text color changes, as expected.

I think everything is properly defined (taken from msdn) and i get no errors!.....

TIA

-steve
 
Back
Top