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 » How can I make new toolbar without default toolbar?? Collapse All
Subject Author Date
Jong hyun Choi Aug 3, 2004 - 1:49 AM

I mean that I want to use my own toolbar with image list.


But I can’t attach a new toolbar without default toolbar(IDR_MAINFRAME).


And I want to disable right button click on the toolbar. How can I do these??

Technical Support Aug 5, 2004 - 10:00 AM

The Prof-UIS toolbar is not based on the image list. They work in conjunction with the command manager. Please read how to use Prof-UIS in articles published on our website (http://www.prof-uis.com/Articles.aspx).#@lt;br />
You can use any number of Prof-UIS toolbars in the frame window and it is impossible to use the toolbar based on IDR_MAINFRAME resource. You may send us your test project so we can help you resolve any problem which may arise.

To disable the right-button clicks on the toolbar window, you need to derive a class from CExtToolControlBar and handle the WM_RBUTTONDOWN message.