Jobs
Author: Axel Grönblad Date Submitted: 8/21/2006 Category: File Manipulation Compatibility: VB 6 This code has been accessed 6037 times.
Email Yourself this snippet:
Create a .txt file in your VB6 directory and open it, insert the code below. Choose save file 'all files' vb6.exe.manifest. And now you're done! XP Styles in your .exe's, copy the vb6.exe.manifest file to your .exe folder and name it: yourprogramname.exe.manifest. Enjoy!
Code
<?xml version="1.0" encoding="UTF-8" standalone="yes"?> <assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0"> <assemblyIdentity version="1.0.0.0" processorArchitecture="X86" name="Microsoft.VB6.VBnetStyles" type="win32" /> <description>VBnet Manifest for VB6 IDE</description> <dependency> <dependentAssembly> <assemblyIdentity type="win32" name="Microsoft.Windows.Common-Controls" version="6.0.0.0" processorArchitecture="X86" publicKeyToken="6595b64144ccf1df" language="*" /> </dependentAssembly> </dependency> </assembly>