VB6 manifest file
Printed From: Codejock Forums
Category: General
Forum Name: Visual Basic Code Snippets
Forum Description: Visual Basic Code Snippets
URL: http://forum.codejock.com/forum_posts.asp?TID=11190
Printed Date: 03 December 2024 at 12:36pm Software Version: Web Wiz Forums 12.04 - http://www.webwizforums.com
Topic: VB6 manifest file
Posted By: younicke
Subject: VB6 manifest file
Date Posted: 24 June 2008 at 12:14pm
i have seen in this forum that somehow having a manifest is a bit of a problem. this code/module is not own by me. i have forgotten who is the real author as i am using this code for a long time.
for those of you who wanted to somehow have theme on their applications, i am attaching code/module so that it will be easier for you to have manifest in your applications.
uploads/20080624_121203_modXPStyle.rar - uploads/20080624_121203_modXPStyle.rar
all you have to do is call the XPStyle in your Main() module
sample code:
Sub Main()
XPStyle 'Call your other routines here
End Sub
as i have told you i have been using this module for quite some time now. for any question you are free to send me PM.
good luck!
younicke
|
Replies:
Posted By: origos
Date Posted: 03 March 2009 at 10:49pm
I don't understand what is this code for. I just copy ANY manifest into the folder, rename it after the EXE and my App gets XP/Vista/Windows 7 Style. What is this code for?
-------------
Enjoy life. Everything is OK...
|
Posted By: Cunae
Date Posted: 05 March 2010 at 7:51pm
origos wrote:
I just copy ANY manifest into the folder, rename it after the EXE and my App gets XP/Vista/Windows 7 Style.
|
Please explain in more details what you actually are saying and doing here.
------------- /Cunae
|
|