Results 1 to 3 of 3

Thread: Menus

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Dec 2000
    Location
    Cairo, Egypt
    Posts
    126

    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???

  2. #2
    I'm about to be a PowerPoster! Hack's Avatar
    Join Date
    Aug 2001
    Location
    Searching for mendhak
    Posts
    58,333
    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...

  3. #3

    Thread Starter
    Lively Member
    Join Date
    Dec 2000
    Location
    Cairo, Egypt
    Posts
    126

    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
  •  



Click Here to Expand Forum to Full Width