What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » HELP - Hotkeys!

Pages: (2): « First « 1 [ 2 ] Last »
HELP - Hotkeys!
Author: Message:
SmokingCookie
Senior Member
****

Avatar

Posts: 815
Reputation: 15
30 / Male / Flag
Joined: Jul 2007
RE: HELP - Hotkeys!
Yep. What also works (and saves some typing) is this:

JScript code:
function OnWndSubclassEvent_MessageNotification(PlusWnd,Message,wParam,lParam) {
    switch(wParam) {
        case 0x100:
            // do stuff
        break;
        case 0x101: // A different ID for a different hotkey
            // do other stuff
        break;
        case 0xN:
            // do other other stuff
        break;
    }
    // do whatever else ya want
}


This post was edited on 06-08-2009 at 07:26 PM by SmokingCookie.
06-08-2009 07:15 PM
Profile PM Find Quote Report
whiz
Senior Member
****


Posts: 568
Reputation: 8
– / – / Flag
Joined: Nov 2008
O.P. RE: HELP - Hotkeys!
Although I won't need that, since I only plan to use one notification.  :)
06-08-2009 07:39 PM
Profile E-Mail PM Find Quote Report
SmokingCookie
Senior Member
****

Avatar

Posts: 815
Reputation: 15
30 / Male / Flag
Joined: Jul 2007
RE: HELP - Hotkeys!
Just to let ya know ;)
06-08-2009 07:42 PM
Profile PM Find Quote Report
whiz
Senior Member
****


Posts: 568
Reputation: 8
– / – / Flag
Joined: Nov 2008
O.P. RE: HELP - Hotkeys!
Actually, I changed my mind.  ;)  It's going to have multiple menus (code incorporated)...  :D
06-08-2009 08:39 PM
Profile E-Mail PM Find Quote Report
SmokingCookie
Senior Member
****

Avatar

Posts: 815
Reputation: 15
30 / Male / Flag
Joined: Jul 2007
RE: HELP - Hotkeys!
Told you :P

How are you actually planning to do your menus?

This post was edited on 06-09-2009 at 12:16 PM by SmokingCookie.
06-09-2009 12:12 PM
Profile PM Find Quote Report
whiz
Senior Member
****


Posts: 568
Reputation: 8
– / – / Flag
Joined: Nov 2008
O.P. RE: HELP - Hotkeys!
I've just finished the script, and I'll make a topic for it in a mo (it's called "QuickKey").  :D
06-10-2009 07:26 PM
Profile E-Mail PM Find Quote Report
Pages: (2): « First « 1 [ 2 ] Last »
« Next Oldest Return to Top Next Newest »


Threaded Mode | Linear Mode
View a Printable Version
Send this Thread to a Friend
Subscribe | Add to Favorites
Rate This Thread:

Forum Jump:

Forum Rules:
You cannot post new threads
You cannot post replies
You cannot post attachments
You can edit your posts
HTML is Off
myCode is On
Smilies are On
[img] Code is On