views:

14

answers:

0

I managed to add a tool bar IE using the BandObjectLib which is written in C# and uses DESKBANDINFO struct and others the thing is I want to attach a window when a button is clicked that has some input like button and lists etc..The window is not part of the toolbar, but rather it is The project I am using is the following http://cgeers.wordpress.com/2008/02/16/internet-explorer-toolbar/#download

I created a separate window control but it's appearing as if it is a separate unit. I just wanna be able to detect the exact location of the toolbar button relative to the screen..

Any suggestions?