Good time of the day,
I'm developing an IE explorer bar, which in turn ought to be shown by resident BHO COM object (ruled by some logic) that implements IOleCommandTarget interface (for simple user interaction handling through custom toolbar button). Everything is tip-top notch - button is shown within ie toolbar only and dispatches command to bho object which in turn bravily handles it and shows/hides my side bar. However, after IE (as well as windows explorer) recognises my explorer bar object, it adds menu entry, under View->Explorer Bar->{my ie bar}. Is there any way to avoid my ie bar to appear in a menu
Thank you