Codejock Forums Homepage
Forum Home Forum Home > Codejock Products > Visual C++ MFC > Skin Framework
  New Posts New Posts RSS Feed - How to deploy SKIN framework / Style Folder?
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

How to deploy SKIN framework / Style Folder?

 Post Reply Post Reply
Author
Message
prashant View Drop Down
Senior Member
Senior Member
Avatar

Joined: 19 February 2007
Location: India
Status: Offline
Points: 165
Post Options Post Options   Thanks (0) Thanks(0)   Quote prashant Quote  Post ReplyReply Direct Link To This Post Topic: How to deploy SKIN framework / Style Folder?
    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.
Back to Top
Oleg View Drop Down
Admin Group
Admin Group


Joined: 21 May 2003
Location: United States
Status: Offline
Points: 11234
Post Options Post Options   Thanks (0) Thanks(0)   Quote Oleg Quote  Post ReplyReply Direct Link To This Post Posted: 18 November 2008 at 3:56am
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
Back to Top
 Post Reply Post Reply
  Share Topic   

Forum Jump Forum Permissions View Drop Down

Forum Software by Web Wiz Forums® version 12.04
Copyright ©2001-2021 Web Wiz Ltd.

This page was generated in 0.172 seconds.