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
nakzu e Sep 25, 2009 - 10:45 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");