VBcoders Browse New Submit Contact Sign In

No account? Register free

Forgot password?

XPStyle Auto Manifest

Fellippe Heitor  (1 Submission)   Windows System Services   Visual Basic 5.0   Intermediate   Wed 3rd February 2021

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 (5(5 Vote))

Download XPStyle Auto Manifest

XPStyle Auto Manifest Comments

No comments yet — be the first to post one!

Post a Comment

0/1000 characters