Professional UI Solutions
Site Map   /  Register
 
 

Forum

Please Log In to post a new message or reply to an existing one. If you are not registered, please register.

NOTE: Some forums may be read-only if you are not currently subscribed to our technical support services.

Forums » Prof-UIS Tech Support » Skinning the non client part of a CSplitterWnd Collapse All
Subject Author Date
howard liu Mar 5, 2008 - 11:16 PM

Dear support,
I would like to skin my interface using the Themes of Prof-UI, I am fine with painting most of the non client region , but when I add a splitter window to an SDI application the splitter window`s separator still appears to be painted in the classical MFC way. How to make it get applied with the theme given by Prof-UIs themes,

Also give me an idea how can i attach screen shots of the problem i am facing with the application with the query.

Thanks,
Raghavendra

howard liu Mar 6, 2008 - 4:16 AM

Hey ,
I found the way for it on my self. I just used the Prof-UI’s counter part for the CSplitterWnd in MFC that solved my problem.

ie...
//CSplitterWnd m_splitter; instead of this line of code, i replaced it with the next line of code in my CMainFrame class

    CExtSplitterWnd m_splitter;