0 votes
by (8.4k points)
edited

Does Rebex Telnet component support sending special keys like CTRL+C, CTRL+Z etc. to remote telnet session?

Is there an example on this?

1 Answer

0 votes
by (58.9k points)
edited
 
Best answer

Yes, Rebex Telnet component supports sending keystrokes like CTRL+C, etc.

You can download free trial version. The installation package contains TelnetWinFormClient sample, which can be used to test support of CTRL+C.

To send CTRL+C programmatically please see this blogpost.

...