You could set Console.SetOut() to a TextWriter of your making (on which will
write to a TextBox, for example).
Or you could use Trace.WriteLine() and use trace listener
Or you could look at the Output windows if debugging with VS2005 (Console
window if debugging with VS2003)
--
Regards,
Lloyd Dupont
NovaMind development team
NovaMind Software
Mind Mapping Software
<www.nova-mind.com>
Thanks. But I do not see a "Console window" as one of the choices in the
debug window list in the VS 2003 IDE. There are autos, locals,
immediate, call stack, registers, etc., but no "console".
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.