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.
Subject |
Author |
Date |
|
清權 游
|
Sep 27, 2006 - 8:51 AM
|
|
|
Technical Support
|
Sep 28, 2006 - 11:36 AM
|
You need to apply the CExtNCW template for the dialog class. But please note the CExtNCW template class currently ignores the WS_EX_TOOLWINDOW extended window style. So your tool window with skinned non-client area will look like an ordinary pop-up window.
|
|
Tony Yo
|
Sep 27, 2006 - 4:36 PM
|
Wow !! Get it !! very thank you !!
|
|
清權 游
|
Sep 27, 2006 - 9:19 AM
|
|
|
Hans Mayer
|
Sep 27, 2006 - 2:06 PM
|
settingdlg.h
class CSettingDlg : public CExtNCW <CExtResizableDialog > { ....
settingdlg.c
CSettingDlg::CSettingDlg(CWnd* pParent /*=NULL*/, UINT nResource)
|
|
Hans Mayer
|
Sep 27, 2006 - 2:07 PM
|
ups sorry...
settingdlg.c
CSettingDlg::CSettingDlg(CWnd* pParent /*=NULL*/, UINT nResource) : CExtNCW < CExtResizableDialog > (CSettingDlg::IDD, pParent) { ...
|
|
清權 游
|
Sep 27, 2006 - 8:58 AM
|
|
|