What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » Plug-Ins » Key_Down Problem

Key_Down Problem
Author: Message:
Monkeh
New Member
*


Posts: 5
Joined: Jul 2004
O.P. Key_Down Problem
I would like to use Key_Down or a similar method to allow a user to popup a msn popup displaying an rss fee, this is what i have so far:

if(KEY_DOWN(VK_F12)
    {
        DisplayToast("Key Press", "Test";
        strcpy(sResult, "");
        return TRUE;
    }

    return FALSE;
}

any ideas on how i can fix this?
07-20-2004 01:03 AM
Profile E-Mail PM Find Quote Report
Monkeh
New Member
*


Posts: 5
Joined: Jul 2004
O.P. RE: Key_Down Problem
i think i have got some success using getkeystate
07-20-2004 01:18 AM
Profile E-Mail PM Find Quote Report
Alpha Binary
Junior Member
**

Avatar

Posts: 85
35 / Male / –
Joined: Jan 2003
RE: Key_Down Problem
are you missing a closing parenthesis? ^o)
07-20-2004 02:11 PM
Profile E-Mail PM Web Find Quote Report
CookieRevised
Elite Member
*****

Avatar

Posts: 15519
Reputation: 173
– / Male / Flag
Joined: Jul 2003
Status: Away
RE: Key_Down Problem
btw, don't use key_down for that (or getkeystate and checking for a key that is down, which is infact just what key_down does)! use key_up, or even better key_pressed...  by using key_down you will open constantly new toasts as long as the user is holding down the button....

This post was edited on 07-20-2004 at 09:43 PM by CookieRevised.
.-= A 'frrrrrrrituurrr' for Wacky =-.
07-20-2004 09:42 PM
Profile PM Find Quote Report
« 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