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 » what does CExtNCW do? Collapse All
Subject Author Date
Chris Thomas Apr 20, 2007 - 9:12 AM

I see this in the BitmapEditor example, what does it do?

class CMainFrame
    : public CExtNCW < CFrameWnd >
...

I experimentally removed CExtNCW<>, and the app seemed to run the same, with no visual differences. I can’t find it in the docs.

Thanks

Technical Support Apr 20, 2007 - 10:20 AM

The CExtNCW template class provides a skinned non-client area but only if the currently installed paint manager supports it. The skinned non-client areas are currently provided by all the 2007 paint managers and ProfSkin paint manager.