matty
Scripting Guru
Posts: 8336 Reputation: 109
39 / /
Joined: Dec 2002
Status: Away
|
RE: how?
OMG! RTFM!
code: var SW_MINIMIZE = 0x6;
Interop.Call('user32', 'ShowWindow', <HandleToTheWindow>, SW_MINIMIZE);
This post was edited on 12-06-2006 at 11:27 PM by matty.
|
|