how to change look of Screen so tht it will give XP look?
-
Dear friends, I want ot change look and feel of the basic screen to XP look and feel. Please help me. Megha
-
Dear friends, I want ot change look and feel of the basic screen to XP look and feel. Please help me. Megha
-
Dear friends, I want ot change look and feel of the basic screen to XP look and feel. Please help me. Megha
You can create an XML file with the following content:
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?> <assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0"> <assemblyIdentity processorArchitecture="x86" version="5.1.0.0" type="win32" name="XPLooks" /> <description>Test Application</description> <dependency> <dependentAssembly> <assemblyIdentity type="win32" name="Microsoft.Windows.Common-Controls" version="6.0.0.0" publicKeyToken="6595b64144ccf1df" language="*" processorArchitecture="x86" /> </dependentAssembly> </dependency> </assembly>
Save the file as, for example, xptheme.xml Then go to ResourceView and import this file. In Custom Resource Type, fill in "24" in Resource type. Finally, set the ID to "1".-Houari