Dear VB users,

I searched for the property to change the color of the command button and the text on the button.

Command1.BackColor = &H000000FF&
No effect!

Command1.ForeColor = &HH00000FF&
Gives an error message: Method or data member not found

Can someone tell me what I do wrong?
What are the right properties?

Thanks a lot,

Michelle.