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 » skin problem Collapse All
Subject Author Date
Rob my Province is ontario by the way Puzzoli Aug 17, 2011 - 3:47 PM

If I change the base class for the test_page_sheet from


class CTestDlg : public CExtNCW < CExtResizableDialog >


to


class CTestDlg : public CExtResizableDialog


the skin of the top frame does not work.


Can you tell me why this is happening?

Technical Support Aug 19, 2011 - 2:50 AM

The CExtResizableDialog class does not support themed window non-client area (caption and borders). This feature is provided by the CExtNCW template decorator class.