drop-down button on IE toolbar

V

vsimionescu

Hello

I'd like to be able to create a drop-down button, that is like the
back / fwd buttons, on the IE standard toolbar. I've searched for
ways, the best I could find is this:

http://msdn.microsoft.com/library/d...tmltechcol/cols/dnwebteam/webteam11062001.asp

Basically, it uses window-level API functions like GetCursorPos,
WindowFromPoint and SendMessage to retrieve a handle of the button
control that sent the original message (which it cannot obtain
otherwise), find out the cursor position, display the drop-down menu,
take the selection then hide the menu.

It's somewhat non-standard for my taste but I guess it should work.
Does anybody know of a better way ? Also, does anybody know if this
works for IE7, or if there is another better way for IE7 ? What about
Vista, is all this still supported ?

Regards
V. Simionescu
 
J

Jon Kennedy

V

vsimionescu

I appreciate your intention to help me, but did you look at what I
asked ? None of these links you gave me mentions anything at all about
drop-down buttons. Normal buttons don't pose any problems.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top