G
Guest
im writing a BHO for IE and need to make the window minimize via code. i have
access to the IWebBrowser2 interface as well as an IOLECommandTarget
interface. I am using C#. I have tried using user32's SendMessage and passing
IWebBrowser2.hwnd, but that doesn't seem to work. If someone could tell me
the command GUID for and command ID for minimize so i could use the
iolecommandtarget.exec method that would be prefered. thanks in advance
access to the IWebBrowser2 interface as well as an IOLECommandTarget
interface. I am using C#. I have tried using user32's SendMessage and passing
IWebBrowser2.hwnd, but that doesn't seem to work. If someone could tell me
the command GUID for and command ID for minimize so i could use the
iolecommandtarget.exec method that would be prefered. thanks in advance