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 template CExtNCW do? Collapse All
Subject Author Date
David Skok Dec 4, 2006 - 8:45 AM

While debugging my MDI app and comparing my code against some samples I see that the samples derive the app’s CMainFrame from
CExtNCW < CMDIFrameWnd >. What functionality does the template offer? Can’t find any doc’s on it.

Offer Har Dec 4, 2006 - 9:52 AM

It theme the main frame window, instead of drawing it using the defualt XP title. (NCW: Non-Client Window i guess)

You are correct regarding the documentation - it is missing.
Also it does not work with child frame, which is a bug that i was told by support should be fixed in the future.