Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I'm working an a form with a progressbar, which is meant to have certain colors (foreground and background). On my XP machine, the colors are correct. On my Windows 7 machine, the form looks all sexified (just like all the other windows 7 windows) and the color is not what I had set in the designer.

Is there some sort of style option that is overriding my form drawing?

share|improve this question

1 Answer

up vote 1 down vote accepted

Remove calls to Application.EnableVisualStyles();

share|improve this answer
Well, that was easy! – Carlos Aug 8 '10 at 15:04

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.