MessageBox XP Styles

  • Thread starter Thread starter John Hoffman
  • Start date Start date
J

John Hoffman

Hello,

I have a C# app that uses XP styles for controls. All
controls work fine. When I pop a message box, the message
box is displayed without the XP style.

Anyone know how to fix this?

TIA,

John Hoffman
 
John Hoffman said:
Hello,

I have a C# app that uses XP styles for controls. All
controls work fine. When I pop a message box, the message
box is displayed without the XP style.

Anyone know how to fix this?

TIA,

John Hoffman

How do you enable XP-styles? With Application.EnableVisualStyles ? Actually
I had many problems with this method. So you can use an external
manifest-file - and everything should be OK.
 
Back
Top