4
Answers

Sending"enter" in console project

yokzu

yokzu

13y
10.3k
1
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)