Results 1 to 4 of 4

Thread: drop down in toolbar problem

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Dec 2002
    Posts
    72

    drop down in toolbar problem

    I have added button on a toolbar with the style of dropdown.
    my problem is that I want the drop down menu to open even when I click on the parent button.

    Do you experts know how can it be done ?
    Last edited by yarivp; May 4th, 2005 at 05:33 AM.

  2. #2
    Frenzied Member trisuglow's Avatar
    Join Date
    Jan 2002
    Location
    Horsham, Sussex, UK
    Posts
    1,536

    Re: drop down in toolbar problem

    I suspect you can do it with the SendMessage API using WM_COMMAND (&H111), but even having searched around on the Internet I can't find out how.
    This world is not my home. I'm just passing through.

  3. #3

    Thread Starter
    Lively Member
    Join Date
    Dec 2002
    Posts
    72

    Re: drop down in toolbar problem

    Thanks trisuglow for your effort,
    I can't find it either.

    Any other suggestions ?

  4. #4
    Software Eng. Megatron's Avatar
    Join Date
    Mar 1999
    Location
    Canada
    Posts
    11,286

    Re: drop down in toolbar problem

    To generate a pop-up menu, use the TrackPopupMenu API

    See this thread

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