quote:
Originally posted by felipEx
Hey zach, i wrote these lines of "code" a long time ago for the same reason
code:
var WM_COMMAND = 0x111;
var _wParam = [0x891C,0x891D,0x891E,0x891F,0x8920,0x8921,0x8922,0x8923,0x8924,0x8925,0x8926,0x8927];
function OnEvent_ChatWndCreated(ChatWnd){
Interop.Call("user32", "PostMessageW", ChatWnd.Handle, WM_COMMAND, _wParam[Math.floor(Math.random()*_wParam.length)], 0);
}
* for WLM 8.5 only
Do you have one that works with Windows Live Messenger 2009?