4
Answers

Sending"enter" in console project

Hello,
In form programs, I can send "enter" command like this;
SendKeys.Send("{ENTER}");

But I couldnt send "enter" in a console programs. How can I do that?

Answers (4)