01-16-2005, 05:09 AM
As a computer programmer, when I first made my software in windows XP environment, they were using windows 98/2000 theme instead of XP theme which make them look awful while having different design than windows. I decided to use windows XP theme and found out that it can be done without any code modification or entering special code.
The method being use to have an XP theme is very simple. We use an XML file for this purpose and it is called a manifest file (its extension should be *.manifest). It contains runtime information about the application. You donât need to know how to create this XML file because it is some what difficult work. The easy way to gain it is to steal it (Pakistani or Dasi way). To use it in any application that donât use an XP theme follow these steps;
1- Open the âsearchâ program
2- Put in the search box â*.manifestâ
3- Choose âMy computerâ
4- Click search
Windows will search all manifest files for u. You can use any of them. One of them will be âXPThemes.manifestâ. You should better use this.
5- Copy it to the folder where the exe file of program exists
6- Rename it (the name should be same which is of your application. i.e If u want to use it with an application whose exe fileâs name is XYZ.exe than you should rename it like this XYZ.exe.manifest)
7- Now run the application
NOTE
1- .Manifest file should be in the same folder were the main exe file is.
2- It will only work with those controls whose display property is âSystemâ and this can be only changed by the programmer who has designed that software.
3- If you will run this application in any other version of windows the application will display the current theme you are using.
Hope uâll try this. And if u know any trick like this plz let us know. Bye
```*``` I love stars;
*`*`*`* Shining;
`*`*`*` and Smiling;
*`````* Always.
http//www.shahid-fss.tk
The method being use to have an XP theme is very simple. We use an XML file for this purpose and it is called a manifest file (its extension should be *.manifest). It contains runtime information about the application. You donât need to know how to create this XML file because it is some what difficult work. The easy way to gain it is to steal it (Pakistani or Dasi way). To use it in any application that donât use an XP theme follow these steps;
1- Open the âsearchâ program
2- Put in the search box â*.manifestâ
3- Choose âMy computerâ
4- Click search
Windows will search all manifest files for u. You can use any of them. One of them will be âXPThemes.manifestâ. You should better use this.
5- Copy it to the folder where the exe file of program exists
6- Rename it (the name should be same which is of your application. i.e If u want to use it with an application whose exe fileâs name is XYZ.exe than you should rename it like this XYZ.exe.manifest)
7- Now run the application
NOTE
1- .Manifest file should be in the same folder were the main exe file is.
2- It will only work with those controls whose display property is âSystemâ and this can be only changed by the programmer who has designed that software.
3- If you will run this application in any other version of windows the application will display the current theme you are using.
Hope uâll try this. And if u know any trick like this plz let us know. Bye
```*``` I love stars;
*`*`*`* Shining;
`*`*`*` and Smiling;
*`````* Always.
http//www.shahid-fss.tk