vote up 0 vote down star

In one application I'm suddenly getting a style that looks like windows classics.

It looks good in the Visual Studio designer (left on the image) but when I run the application it looks like windows classics style (right on the image) and I can't find it.

I tried to create a new clean window and add one button to it and that also looks like windows classics.

Any ideas for how to fix it or what I can search for to find whats causing it?

alt text

flag

50% accept rate
1  
Do other programs on your computer (like calc) look like classic Windows theme? – tster Oct 15 at 18:16
No. Just tried the calculator and it looks super fine! – Ola Oct 15 at 18:38

2 Answers

vote up 7 vote down check

You need to call Application.EnableVisualStyles (); in you Main method.

link|flag
1  
And make sure to do so before you create any windows or start the message pump. – dkackman Oct 15 at 18:21
Nice! Thanks a lot! – Ola Oct 15 at 18:41
vote up 0 vote down

Nice! Looks like it's supposed to now:

alt text

link|flag

Your Answer

Get an OpenID
or

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