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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Back
Top