Anybody worked with adding buttons to the standard IE toolbar? I have added a button to the toolbar by adding a key to HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer\Extensions in window's registry, where i added a GUID of my app and then added a few name/value entries required for the button. So far so good, it works just fine and executes the script or app whatever i want. But what i want here is my own created dropdown menu should appear right below the button when the user clicks it. This is just similar to outlook dropdown menu which appears when the user clicks its button in IE. Although I am working in .NET? but the code example in
VB can be equally helpful where there could be only one option of using Windows APIs.
thanx in advance
BaburMan