4
Answers

Sending"enter" in console project

Photo of yokzu

yokzu

14y
23.5k
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)