Use G Toolbox (http://gtoolbox.yeah.net)
First of all, you've to find the window handle.
Some ActiveX will return a window handle;
If you know acxact window name, use "FindWindow" to get window handle;
If the window is on top of all windows, use "GetForegroundWindow";
...
Then call "ShowWindow" with flag set to hidden.
George Zou
George Zou