VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



XPStyle Auto Manifest

by Fellippe Heitor (1 Submission)
Category: Windows System Services
Compatability: Visual Basic 5.0
Difficulty: Intermediate
Date Added: Wed 3rd February 2021
Rating: (4 Votes)

This will make your VB6 application get the look'n'feel of Windows XP visual style without having to change registry or calling API functions. It calls COMCTL32.DLL but you don't have to worry about it. You have to add it to your project and compile. Any project.

Assumes
You must be able to change some sub's names in your original code so it'll work fine (it must be startup Sub Main).
API Declarations
InitCommonControls lib "COMCTL32.DLL"

Rate XPStyle Auto Manifest

Download XPStyle Auto Manifest

Download XPStyle Auto Manifest (2 KB)

XPStyle Auto Manifest Comments

No comments have been posted about XPStyle Auto Manifest. Why not be the first to post a comment about XPStyle Auto Manifest.

Post your comment

Subject:
Message:
0/1000 characters