Can the Visual Studio (debug) Output window be programatically cleared?
        Posted  
        
            by Pure.Krome
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Pure.Krome
        
        
        
        Published on 2010-03-06T05:39:53Z
        Indexed on 
            2010/03/20
            3:31 UTC
        
        
        Read the original article
        Hit count: 279
        
Hi folks,
is it possible to have a way to clear the Visual Studio OUTPUT window, programatically? For example, the SysInternal's debugger app called DebugView has the specific command called DBGVIEWCLEAR .. which clears the log window.
Please don't say: right-click, clear window .. with the mouse. I know that, but that's not what i'm after.
cheers :)
© Stack Overflow or respective owner