Vanberk Posted November 18, 2009 Posted November 18, 2009 (edited) I have searched and didn't really find what I needed. So, I want to know how I can change my personal message on MSN while it's in the tray. This is the way I change it right now:While 1 $WGT2 = WinGetTitle("", "") $Msg = TrayGetMsg() If $Msg = $Exititem Then Exit EndIf if $WGT<>$WGT2 Then $WGT = WinGetTitle("", "") Endif WEnd Func Esc() $WGT = WinGetTitle("", "") MouseClick("primary", 1151, 1010, 2, 0) Sleep(100) ControlFocus($WLM, "", "") ControlClick($WLM, "", "", "left", "1", "109", "49") ControlFocus($WLM, "", "") Send($WGT & "{Enter}") WinClose($WLM) EndFuncThis will be pressed whole time and interupt what I am doing... [Edit] note: I got Messenger Plus! I don't really need it to spam what window that is active whole time. I just want to know how to change while it's in tray -Vanberk Edited November 18, 2009 by Vanberk
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now