Codejock Forums Homepage
Forum Home Forum Home > Codejock Products > Visual C++ MFC > Skin Framework
  New Posts New Posts RSS Feed - How to apply skins to the StatusBar in Dialog?
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

How to apply skins to the StatusBar in Dialog?

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


Joined: 26 August 2010
Location: Russian Federation
Status: Offline
Points: 1
Post Options Post Options   Thanks (0) Thanks(0)   Quote Felix Quote  Post ReplyReply Direct Link To This Post Topic: How to apply skins to the StatusBar in Dialog?
    Posted: 26 August 2010 at 7:56am
Hi!

I have created a resizable Dialog with StatusBar and used a XTPSkinManager()->LoadSkin(...) to apply Office 2007 skin to my dialog. All controls skinned successfully except StatusBar.



These calls did not help too:

XTPSkinManager()->ApplyWindow(m_StatusBar.m_hWnd);
XTPSkinManager()->RedrawAllControls();

Is it possible to apply skin to standard MFC CStatusBar in CDialog?

Note: If I create my app without manifest file and not resizable Dialog, the skin framework works correctly and the StatusBar skined successfully. But in this case I have problems with 32 bit icons in the list controls
and comboboxes. Only 16 bit icons could be displayed in this case.
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.139 seconds.