|
-
Nov 17th, 2001, 12:28 PM
#1
Thread Starter
Lively Member
Menus
How could I change the direction of the menu to right to left? I mean that there are fixed spaces for menubmp, menu caption and the arrow for sub menus. When I choose the right to left in the form only the space of the caption become right to left but the bmp put in the area of the arrow and the arrow put in the area of the bmp so they aren't suitable for each others.....!
How could I add bmp to the menu button in the tool bar???
-
Nov 20th, 2001, 01:04 PM
#2
Originally posted by Bobbo70
How could I add bmp to the menu button in the tool bar???
If you are referring to the toolbar that comes with the Microsoft Common Controls OCX, thats easy enough.
1. Place the toolbar on your form, and use it right mouse click properties button to add buttons. Ensure you made an entry in the textbox for Key for each button.
2. Place an ImageList control on your form.
3. Go back to the property page of the toolbar, and select the name of the imagelist from the dropdown combo next to the ImageList label.
3. Insert the icons that you want to use for your toolbar buttons.
4. As you are inserting each icon, place the same value in its key text box as you have in the key text box for the button on your toobar on which you wish the icon to be placed.
And there you have it...
-
Nov 20th, 2001, 05:48 PM
#3
Thread Starter
Lively Member
To Hack
Thanks Hack but I know what you wrote. I meant the menu button in the toolbar not the regular buttons. Another thing How can I add buttons to the coolbar bands???
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|