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 » Subdialog form menu click Collapse All
Subject Author Date
清權 游 Sep 27, 2006 - 8:51 AM

Hello everyone!

I want to make a subdialog just like "about program..."
how can i do ??

Following is my picture let you to understand what I say !
----> http://myweb.ncku.edu.tw/~f7493903/help/help.JPG

Thank you for your reading ! ˆˆ

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

sorry again !!

some char wrong to display right URL
the following will be right
my right picture ,click me

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

Sorry

my picture