is it possible to have a way to clear the Visual Studio OUTPUT window, programmatically? For example, the SysInternal\'s debugger app called DebugView has the speci
What about Console.Clear()?