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 Tech Support » Attaching a CExtSrollBar to any of teh CWnd Ctrl. Collapse All
Subject Author Date
howard liu Apr 30, 2008 - 2:10 AM

Hi,


I am using Prof UI to color my MFC based application. What is the procedure to attach an CExtScrollBar to any of the CWnd control


 


Thanks


Howard


 

Technical Support May 1, 2008 - 1:18 AM

This feature is available only in v.2.82 that is coming soon.

Technical Support Apr 30, 2008 - 2:19 PM

The control bars never become attached to some already created HWND window handles. The control bars are always created as children of their parent window (most often it is an MFC frame window), then configured for re-docking etc. Please provide us with more details about your task.

howard liu Apr 30, 2008 - 2:27 PM

Thanks,


For MFC CListCtrl  how do I replace the default scroll bar by a Prof-UI Scroll bar (CExtScrollBar)


Howard