BlitzPlus: How to add Windows XP style themes
by deadmoap

You've probably clicked on this topic because you've noticed that when you make BlitzPlus applications, all the the buttons and other GUI gadgets have the old Windows 9x/2000/me style look, and you want them to have the nice-looking Windows XP style theme. It is possible, and very simple. All you have to do is add a little file called a "manifest". If the manifest is in the same directory as your application, it will automatically be executed with your program and you will have the Windows XP theme. Here are four simple steps to add a Windows XP theme to your program:

  1. Open up notepad and paste this into it:


  2. This step is optional: Change the settings in this file to whatever you see fit. This is unecisary, though, and is not recomended as I don't know what you could do by playing around with it.
  3. Save the file as "YourApp.exe.manifest" and put it in the same folder as your program.
  4. This step is for advanced users and is optional. Use your favorite Resource Hacking program and add a folder called "Manifest" then put this file inside of it. This way you don't have to include extra files with your app.


  5. And that's all there is to it! If you have further questions, email at Kenneth_Decius@msn.com.


    For a printable copy of this article, please click HERE.


    This site is Copyright© 2000-2004, BlitzCoder. All rights reserved.