donnacha Posted September 27, 2005 Posted September 27, 2005 Hi folks, I have a windows app where i trap exceptions in try..catch etc and handle them there when they occur. I sometimes output a message to the user if necessary and also write the output to the console (Console.writeln(...). This is fine when I am working in debug mode in VS. But is it possible to see the console messages when the program is runningin standalone mode. Can I redirect the console message to something usefull, without having to add loads of code. Any help is greatly appreciated. :-\ Quote Hamlet
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.