Shoutbox

[?] Window Interface help... - Printable Version

-Shoutbox (https://shoutbox.menthix.net)
+-- Forum: MsgHelp Archive (/forumdisplay.php?fid=58)
+--- Forum: Messenger Plus! for Live Messenger (/forumdisplay.php?fid=4)
+---- Forum: Scripting (/forumdisplay.php?fid=39)
+----- Thread: [?] Window Interface help... (/showthread.php?tid=75038)

[?] Window Interface help... by roflmao456 on 06-03-2007 at 11:06 PM

How do I make a window flash in a function?


and how to allow unicode characters in a text area when using SetControlText :P


RE: [?] Window Interface help... by Dennis Mike on 06-04-2007 at 12:27 AM

Interop.Call("user32", "FlashWindow", Wnd.Handle, 1);


RE: [?] Window Interface help... by roflmao456 on 06-04-2007 at 12:44 AM

it works ... :)