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 » about ToolBar Collapse All
Subject Author Date
Pank Aug 13, 2002 - 12:30 AM

How to use large buttons on toobar and large bitmaps in menu item?
Thanks.

Sergiy Lavrynenko Aug 16, 2002 - 11:42 AM

Hi Pank

It is possible to use large buttons. But you will face some difficulties to implement this. I have not yet added simplified support for large buttons. I am going to do this later combing with Rebar control support.

For now, I can only give you some hints:
The toolbar contains a collection of CExtBarButton objects. The current implementation of CExtBarButton uses 16x16 icons. You should construct your own objects derived from the CExtBarButton, where you need to override the CalculateLayout() and Paint() methods.

Pank Aug 20, 2002 - 2:08 AM

Thanks a lot.