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 » To use CExtListCtrl in dynamic bar Collapse All
Subject Author Date
kullboys boys Feb 8, 2018 - 3:38 AM

I ’m using 2.85 version.


I refered the example of "MDI_DynamicInnerOuterBars".


I’m tying to use CExtlistctrl in place of CSimpleDynamicEdit in a dynamic bar. An assertion is occurred.


The orignal CSimpleDynamicEdit is


pLogEdit = new CSimpleDynamicEdit;


VERIFY(


pLogEdit->Create(


m_parrControlBars[i]->m_hWnd,


NULL


)


);


pCpriEdit->SetWindowText("Log Monitor");
Thanks