How can I use XP Themes with Windows Forms using the .NET FrameWork 1.1?
The .manifest file is not required if you are using .NET FrameWork 1.1. You can now use the application’s EnableVisualStyles() method which should called before creating any controls. You also need to ensure that the FlatStyle property of the control is changed to System instead of the default value of Standard.