Control Color

  • Thread starter Thread starter David Bacon
  • Start date Start date
D

David Bacon

I have a button on a form that I need to change the Background Color, or
make it transparent. This is what it looks like-
this.button1.Location = new System.Drawing.Point(48, 88);

this.button1.Size = new System.Drawing.Size(48, 24);

this.button1.Text = "button1";

this.button1.BackColor=Color.Blue;

In Design Mode the button is blue, but in debug, the button is still gray.

Can someone please point me in the right direction.



Thanks

Dave
 
Yes Everything is up to date
I am running pocketpc 2003 version 4.20.1081 build 13100 and I have
installed the SDK for 2003
 
Back
Top