Save the file in the application directory with the name of the
application and an extension of exe.manifest. For instance, if your application name is "MyApp", you will name the manifest file as MyApp.exe.manifest.
5. When your application runs, Windows XP looks at the application manifest which tells the operating system to use common controls library version 6.0.
This process is discussed and a sample given in an article by the David C. Brown on the Windows Forms team at MSDN. |