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 General Discussion » Can't remove skinned caption... Collapse All
Subject Author Date
Eugene Wineblat Sep 15, 2006 - 5:41 AM

I have CMainFrame : public CExtNCW <CFrameWnd>.
In the PreCreateWindow I have overlapped style for window, but in the OnCreate I have customization :
if ( !m_bTitle)
{
ModifyStyle ( WS_CAPTION, 0);
}

How to remove title?

Technical Support Sep 18, 2006 - 1:37 AM

So far we do not support skinned frames without captions. This is in our TO-DO list.

Eugene Wineblat Sep 15, 2006 - 5:47 AM

...and some workaround
With the ordinary CFrameWnd title have removed, with CExtNCW<CFrameWnd> title haven’t removed.