Results 1 to 5 of 5

Thread: help with how to send arrow keys

  1. #1
    Join Date
    Feb 2007
    Posts
    143
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default help with how to send arrow keys

    okay so i want to send an arrow kep but..... i cant type an arrow key, so i dunno how to get scar to send the arrow, i just need to know the left and right arrow key codes please!!!!

    I WOULD REALLY APPRECIATE IT!!!

  2. #2
    Join Date
    Feb 2007
    Location
    USA
    Posts
    667
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    KeyDown(VK_LEFT);// or UP, RIGHT, DOWN

    also, make sure you KeyUp(VK_LEFT);

  3. #3
    Join Date
    Sep 2006
    Location
    New Jersey, USA
    Posts
    5,347
    Mentioned
    1 Post(s)
    Quoted
    3 Post(s)

    Default

    also, sendarrow(x) works

    x can equal 0, 1, 2, or 3
    Interested in C# and Electrical Engineering? This might interest you.

  4. #4
    Join Date
    Dec 2006
    Location
    Third rock from the sun.
    Posts
    2,510
    Mentioned
    4 Post(s)
    Quoted
    1 Post(s)

    Default

    Well, that depends. Who- or what- were you planning on sending the arrow key to? If the recipient was someone in your own household, or even in your own town, I would suggest simply plucking it from the keyboard, and handing it to them.

    If the recipient was in another state or country, however, I would place the arrow key inside of an envelope or small box, place a postage stamp on top of it, and put it as a whole into the mailbox.

    =====Non spammy answer below=====

    Left = 37

    Right = 39

  5. #5
    Join Date
    Apr 2007
    Posts
    581
    Mentioned
    1 Post(s)
    Quoted
    2 Post(s)

    Default

    SCAR Code:
    procedure SendArrow(Key: Byte);
    Sends arrow to Client's window. For a, 0 = up, 1 = right, 2 = down, 3 = left.

    So,

    SCAR Code:
    SendArrow(2);

    Would send the down arrow key. If you need any more help on this just press F1 on your scar and search for 'SendArrow'. :]

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. type send not send keys in vb
    By Noob King in forum C#/Visual Basic Help and Tutorials
    Replies: 5
    Last Post: 10-23-2008, 09:14 PM
  2. Silent Send Keys?
    By yanix in forum OSR Help
    Replies: 5
    Last Post: 01-06-2008, 04:11 PM
  3. adding consts in send keys?
    By Shinyrange in forum OSR Help
    Replies: 13
    Last Post: 01-01-2007, 08:02 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •