Options
Is it possible to programatically clear the results window?
The program I am writing uses Console.WriteLine() and I want to clear the results after a certain condition.
Comments