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 » How use CExtPageContainerWnd in CDialog Collapse All
Subject Author Date
Yong Ho Cho Jan 17, 2008 - 7:55 PM

Sorry disturb you

I’m using Prof-UI v.2.8

(1) AppWiz: Created CDiloag ( Border: Dialog frame, style: Popup, Clip Children: True ... )
(2) Make class [ CCustomPageContainer : public CExtPageContainerWnd ]
(3) insert custom control < class:ProfUIS-PageContainerWnd, ID: IDC_PAGE_CONTAINER >
(4) DDX_Control(pDX, IDC_PAGE_CONTAINER, m_wndCustomPageContainer);    
==> Dialog is working fine.

(5) I insert CListCtrl in CCustomPageContainer class
referenced by pageContainer example
but CListCtrl class .Create() function is fail

How can I do to insert a sub-pagecontainer class ?
please show me a example code.

thanks

Technical Support Jan 18, 2008 - 11:37 AM

It is hardly possible to find out what’s wrong without seeing the project . Could you send us a test project which reproduces this problem?