VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



Improved XP Styles (UPDATED)

by Amer Tahir (1 Submission)
Category: Miscellaneous
Compatability: VB Script
Difficulty: Intermediate
Date Added: Wed 3rd February 2021
Rating: (21 Votes)

ONLY FOR WINDOWS XP OR ABOVE
This is the Professional approach to enable XP visual styles in vb app. No Manifest files....no mess...2-3 clicks do the job. Actually, i was coding an app and wanted to implement xp visual styles in it. I found many submissions on VBC which were using the same technique, i.e create a manifest file in the same directory as the executable. Then i looked at Microsoft's apps like Notepad.exe, and wondered that they did not use any manifest file, actually the real technique is to embed the manifest XML in the exe's resources. So, here it is, the Easiest Professional approach to XP Styling. The procedure is simple, add the XPStyle user control and manifest.res to the VB Project and place the XPStyle user control on the very first form that loads in your app (mostly the MDI form) and then compile your code and run it to view the XP Styles applied. Isn't it easy...Please do vote if you like my submission. I'm not boasting that its the BEST technique, but i guarantee its the easiest and most workable thing.

Inputs
no
Assumes
u need to know what are resources and how to add a resource to VB project in VB IDE
Code Returns
no
Side Effects
it only works on windows xp or above...

Rate Improved XP Styles (UPDATED)

Download Improved XP Styles (UPDATED)

Download Improved XP Styles (UPDATED) (11 KB)

Improved XP Styles (UPDATED) Comments

No comments have been posted about Improved XP Styles (UPDATED). Why not be the first to post a comment about Improved XP Styles (UPDATED).

Post your comment

Subject:
Message:
0/1000 characters