Tech
Forums
Jobs
Books
Events
Videos
Live
More
Interviews
Certification
Training
Career
Members
News
Blogs
Contribute
An Article
A Blog
A Video
An Ebook
An Interview Question
Register
Login
4
Answers
Sending"enter" in console project
yokzu
13y
10.3k
1
Reply
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?
Post
Reset
Cancel
Answers (
4
)
Next Recommended Forum
How/What the difference between new, Assembly.CreateInstance, and System.Activator.CreateInstance?
How to get data from data reader to data table?