Shoutbox

help whit hotkey - 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: help whit hotkey (/showthread.php?tid=83493)

help whit hotkey by Suxsem on 05-02-2008 at 11:50 AM

hi!
There is a function like this (function OnEvent_ChatWndEditKeyDown (ChatWnd, KeyCode, CtrlKeyDown, ShiftKeyDown)) that detects the keys pressed on the main page of messenger?
thank for help, bye!


RE: help whit hotkey by matty on 05-02-2008 at 01:29 PM

You have to use the RegisterHotkey API the OnEvent_ChatWndEditKeyDown is only for a conversation window.

matty's reply to Need some help with HotKey


RE: help whit hotkey by Suxsem on 05-02-2008 at 02:58 PM

but the your example is for PlusWindows and not for the main page of messenger! (contact list)


RE: help whit hotkey by matty on 05-02-2008 at 06:51 PM

quote:
Originally posted by Suxsem
but the your example is for PlusWindows and not for the main page of messenger! (contact list)
You need to use the Plus! Window for capturing the hotkey but programmatically you could do anything to any window once the hotkey is pressed.

If you can't figure out how to alter the code then I think you need to learn a bit more first.