How to deploy SKIN framework / Style Folder? |
Post Reply |
Author | |
prashant
Senior Member Joined: 19 February 2007 Location: India Status: Offline Points: 165 |
Post Options
Thanks(0)
Posted: 18 November 2008 at 1:03am |
Hi Oleg,
I implemented Skin in my application. Presently I am keeping "Style" folder in "Debug" folder. Is it necessary to deploy Style folder with my application? Is there any article mentioning usage of Skin framework while deploying application? Thanks. |
|
Oleg
Admin Group Joined: 21 May 2003 Location: United States Status: Offline Points: 11234 |
Post Options
Thanks(0)
|
Hi,
Yes, you have include styles folder.
If you use our default skins you can include them to exe.
1. In rc2 file add
#include "SkinFramework\Styles\Vista\Vista.rc"
2. In code add
XTPSkinManager()->GetResourceFile()->SetModuleHandle(AfxGetInstanceHandle());
XTPSkinManager()->LoadSkin(NULL, _T("NORMALBLUE.INI")); |
|
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS |
|
Post Reply | |
Tweet
|
Forum Jump | Forum Permissions You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |