Quantcast
Channel: Rebex Q&A Forum - Recent questions and answers
Viewing all articles
Browse latest Browse all 3862

Run the command immediately after creation of the control

$
0
0

Hello,
I want to run to hanlde user's action the following way:

  1. Create a new tab
  2. Add terminalcontrol
  3. Connect by SSH to remote host
  4. Run several commands (user must see them)

this.SetDataProcessingMode(DataProcessingMode.None);
this.Scripting.Send(cmd);
this.SetDataProcessingMode(DataProcessingMode.Automatic);

How to do it properly? If I try to run the command after creation, I get the following exception "Unable to stop background data processing.


Viewing all articles
Browse latest Browse all 3862

Trending Articles