matty 
Scripting Guru 
     
  
 
Posts: 8327 Reputation: 109 
40 /   /   
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.
 |   
 |