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 » CExtComboBox scroll-bar Collapse All
Subject Author Date
Offer Har Nov 20, 2006 - 10:09 AM

Hi,

Why is the scroll-bar of the CExtComboBox not skinned? how can i make it skinned?

Thanks.

Technical Support Nov 20, 2006 - 12:09 PM

This feature in our to-do list. The main problem is that such a scroll bar in a standard control is not a separate window but part of the control’s non-client area. So the HWND-based CExtScrollBar cannot be used here. There is an article at CodeProject that demonstrates an approach to using scroll bar common controls with other common controls instead of built-in scroll bars. You can also download our test project that implements the approach given in the article.


Offer Har Nov 20, 2006 - 12:36 PM

OK.
Will be waiting...