by Filb (1 Submission)
Category: Windows System Services
Compatability: Visual Basic 3.0
Difficulty: Beginner
Date Added: Wed 3rd February 2021
Rating:
(6 Votes)

So... You want to add Windows XP's Visual Theme support to your own applications?
No problem with this code (you can test this only if you have got Windows XP on your computer!).
The secret is the existing YourApp.exe.manifest file in the same folder! Try it out. Download my code, check the .manifest file and add this to your own application. ^_^... Another possibility is that you add a resource file to your application with help of a Resource Hack - program. Maybe it's possible with inserted .RES files too, I'm not sure.
Ah, before I forget: You can use .manifest files for EVERY application that uses the Microsoft Common Controls (comctl32.ocx), so you can use this code with VB3, VB4, VB5, VB.NET, VC++, Delphi, etc. too. Just try it out. Have much fun with this code. ^_^