Binding keys to events - 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: Binding keys to events (/showthread.php?tid=75217) Binding keys to events by splinter98 on 06-09-2007 at 08:41 PM
As part of the script i am currently developing I have an EditControl which when I press enter i can execute a piece of code. RE: Binding keys to events by Dennis Mike on 06-09-2007 at 08:48 PM use PlusWnd.RegisterMessageNotification(0x100) RE: Binding keys to events by splinter98 on 06-09-2007 at 08:51 PM
Ahh I knew it was there somewhere code: And here are my two functions to test it: code: i call test and the window displays fine but i can't get the Notification that i have pressed a button (or the Enter key). Again I have searched the forums and MSDN but I just go round in circles and the information isn't stored in one place that is easy to find. (i do knw that the code shld get MessageNotification to be called when a Key is pressed down) Edit2: Nerver mind have been able to do it using a hidden button |