I am trying to add another output window and able to write to it. Does
anyone know how to do that?
If you're trying to write output durring debugging take a look here:
http://www.codeguru.com/Csharp/.NET/net_debugging/tracing/article.php/c5919/
That article also talks about setting up other types of Debug and Tace
listeners.
>I am trying to add another output window and able to write to it. Does
> anyone know how to do that?
Mike P - 13 May 2005 03:07 GMT
Thanks,
but it does not show you how to add another output window.
> If you're trying to write output durring debugging take a look here:
http://www.codeguru.com/Csharp/.NET/net_debugging/tracing/article.php/c5919/
> That article also talks about setting up other types of Debug and Tace
> listeners.
>
> >I am trying to add another output window and able to write to it. Does
> > anyone know how to do that?