Is there any way to clear the screen in a console app? I noticed that System does not even appear to have a system call similar to the system("COMMAND"); of C++. Any ideas?
dmanw100 36 Posting Whiz in Training
Recommended Answers
Jump to PostYou don't own the console, and should NEVER assume that you do.
Therefore you should NEVER try to clear it and should NEVER assume that no other process writes to it.
All 4 Replies
jwenting 1,905 duckman Team Colleague
masijade 1,351 Industrious Poster Team Colleague Featured Poster
dmanw100 36 Posting Whiz in Training
jwenting 1,905 duckman Team Colleague
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.