Results 1 to 2 of 2

Thread: ESC key to Telnet

  1. #1

    Thread Starter
    New Member
    Join Date
    Oct 1999
    Posts
    6
    hello!
    how do i send the "ESC" key sequence or any control keys (ex. ctrl-c) to a telnet session thru winsock?
    thanks

  2. #2
    New Member
    Join Date
    May 2000
    Posts
    8
    For ESC, use the function Chr$ with the argument 27
    Chr$(27)
    For control characters-- use Chr$() with an argument of the letter, where 1 is A, 2 is B... and 26 is Z.
    ***** VB RULES!!! *****

Posting Permissions

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



Click Here to Expand Forum to Full Width