Results 1 to 3 of 3

Thread: The function key of ENTER...

  1. #1
    Join Date
    Jan 2007
    Posts
    8,876
    Mentioned
    123 Post(s)
    Quoted
    327 Post(s)

    Default The function key of ENTER...

    What is the function key of enter?

    Like:

    FunctionKey(1) = LEFT ctrl...
    FunctionKey(2) = LEFT alt...
    FunctionKey(3) = LEFT shift...

    What is enter??? I know the chr(13) = enter but what is the function key for enter?

    HOW TO FIND FUNCTION KEYS:

    Program blabla;
    begin
    repeat
    if(IsFunctionKeyDown(.-.-.-ADD IN HERE!!!-.-.-.))then
    begin
    Writeln('')
    end;
    until(false)
    end;

  2. #2
    Join Date
    Jan 2007
    Posts
    8,876
    Mentioned
    123 Post(s)
    Quoted
    327 Post(s)

    Default

    Anyone???

  3. #3
    Join Date
    Dec 2006
    Location
    Australia
    Posts
    698
    Mentioned
    0 Post(s)
    Quoted
    2 Post(s)

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. How Do I Do SendKeys(Enter)?
    By papenco in forum OSR Help
    Replies: 3
    Last Post: 11-30-2007, 09:45 AM
  2. how do you type enter
    By del_signo in forum OSR Help
    Replies: 4
    Last Post: 03-01-2007, 01:33 AM
  3. Silent Enter
    By Drakan in forum OSR Help
    Replies: 3
    Last Post: 02-17-2007, 08:23 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
  •