matty
Scripting Guru
    
Posts: 8328 Reputation: 109
40 / / 
Joined: Dec 2002
Status: Away
|
RE: [help] Setting window icons...
js code: Interop.Call("user32", "SendMessageW", TmpWnd.Handle, 0x80, 0, ScriptIcon);
Interop.Call("user32", "SendMessageW", TmpWnd.Handle, 0x80, 1, ScriptIcon);
|
|