Codejock Forums Homepage
Forum Home Forum Home > Codejock Products > Visual C++ MFC > Skin Framework
  New Posts New Posts RSS Feed - How can I set the theme of my project ?
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

How can I set the theme of my project ?

 Post Reply Post Reply
Author
Message
MTSAT View Drop Down
Newbie
Newbie


Joined: 28 August 2008
Status: Offline
Points: 1
Post Options Post Options   Thanks (0) Thanks(0)   Quote MTSAT Quote  Post ReplyReply Direct Link To This Post Topic: How can I set the theme of my project ?
    Posted: 28 August 2008 at 9:18pm
I want to make my project's theme look like the ShortCutBar exam
 How can I realize it?
Thank you for your help!!!!
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: 29 August 2008 at 1:38am
Hi,
 
in res\app.rc2 file add
 
#include "Styles\Office2007Black\Office2007Black.rc"
 
and in code
 
 CXTPPaintManager::SetTheme(xtpThemeRibbon);
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.156 seconds.