matty
Scripting Guru
Posts: 8336 Reputation: 109
39 / /
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);
|
|