What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » Need some help with HotKey

Need some help with HotKey
Author: Message:
matty
Scripting Guru
*****


Posts: 8336
Reputation: 109
39 / Male / Flag
Joined: Dec 2002
Status: Away
RE: Need some help with HotKey
To actually get the value of the HotkeyControl you need to use the HK_GETKEY message.

Here is the code:
code:
Debug.Trace(Interop.Call('user32','SendMessageW', pPlusWnd.GetControlHandle('NameOfTheHotkeyControl'), (0x0400 /* WM_USER */ +2) /* HK_GETKEY */, 0, 0));

.plsc File Attachment: Hotkey Example.plsc (2.03 KB)
This file has been downloaded 196 time(s).

This post was edited on 01-16-2008 at 08:27 PM by matty.
01-16-2008 08:19 PM
Profile E-Mail PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
Need some help with HotKey - by Yorick on 01-16-2008 at 07:23 PM
RE: Need some help with HotKey - by warmth on 01-16-2008 at 07:39 PM
RE: Need some help with HotKey - by Yorick on 01-16-2008 at 07:50 PM
RE: Need some help with HotKey - by MeEtc on 01-16-2008 at 07:51 PM
RE: Need some help with HotKey - by matty on 01-16-2008 at 08:19 PM
RE: Need some help with HotKey - by Yorick on 01-16-2008 at 09:28 PM
RE: Need some help with HotKey - by MeEtc on 01-16-2008 at 10:33 PM


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