Results 1 to 4 of 4

Thread: How Do I Do SendKeys(Enter)?

  1. #1
    Join Date
    Nov 2007
    Posts
    94
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default How Do I Do SendKeys(Enter)?

    That´s it, how do i do it?

  2. #2
    Join Date
    Aug 2007
    Posts
    429
    Mentioned
    0 Post(s)
    Quoted
    2 Post(s)

    Default

    SCAR Code:
    SendKeys(Chr(13));

  3. #3
    Join Date
    Nov 2007
    Posts
    94
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    tyvm

  4. #4
    Join Date
    Dec 2006
    Location
    Sydney, New South Wales, Australia
    Posts
    4,603
    Mentioned
    15 Post(s)
    Quoted
    42 Post(s)

    Default

    But if you want text in it, you could do:
    SCAR Code:
    SendKeys('Hello There, this is how to do a SendKeys function with text' + Chr(13));
    You may contact me with any concerns you have.
    Are you a victim of harassment? Please notify me or any other staff member.

    | SRL Community Rules | SRL Live Help & Chat | Setting up Simba | F.A.Q's |

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. What are the chr controls for SendKeys ?
    By Dervish in forum OSR Help
    Replies: 7
    Last Post: 12-20-2008, 10:53 PM
  2. MoveMouse, Clickmouse, Sendkeys isn't safe for RS?
    By RuneItBack2Front in forum OSR Help
    Replies: 4
    Last Post: 11-29-2008, 10:33 PM
  3. SendKeys doesn't work with Runescape
    By Waffles in forum OSR Help
    Replies: 8
    Last Post: 02-04-2008, 08:13 PM
  4. sendkeys too fast?
    By yanix in forum C#/Visual Basic Help and Tutorials
    Replies: 5
    Last Post: 01-17-2008, 09:37 AM
  5. sendkeys
    By lefamaster in forum OSR Help
    Replies: 3
    Last Post: 03-20-2007, 04:52 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
  •