Using VB.net 2003, I'm trying to change the color of a button on a form.

I'm setting the BackColor property of the button in the form's New() method,
but it doesn't seem to affect the color of the button on the form.

Help?

Re: Change button color by Maarten

Maarten
Tue Oct 14 15:58:54 CDT 2003

At this moment the BackColor property for buttons is not working, but this
should be solved in SP2. Right now the .NET Compact Framework 1.0 SP2 is not
available for download because it has been been recalled temporarily.

--
Regards,

Maarten Struys, eMVP
PTS Software bv

"Mike" <mikeotown@msn.com> wrote in message
news:OIkijDnkDHA.1408@TK2MSFTNGP11.phx.gbl...
> Using VB.net 2003, I'm trying to change the color of a button on a form.
>
> I'm setting the BackColor property of the button in the form's New()
method,
> but it doesn't seem to affect the color of the button on the form.
>
> Help?
>
>