How do you disable all XPThemes/Visual Styles for a Windows Forms app?

I would like to ensure that no controls within my Windows Forms application uses the user''s XPTheme/VisualStyles settings. Using framework .NET 1.1, how can I do that?

1 Reply

AD Administrator Syncfusion Team May 3, 2004 10:25 AM UTC

Hi, Just remove the Application.EnableVisualStyles() call or the exsiting manifest file. Regards, Thomas

Loader.
Up arrow icon