P
Paul Bowman
Hi All
Java has a facility where you can send output to a DOS window using
System.out.println. This is useful while developing as you can see
what it going in your code.
Does .Net provide a similar facility? I notice that when a Windows app
runs there is an output window that contains messages from the
compiler etc. Is it possible to 'plug' into this?
Any help would be appreciated..
Regards
Paul Bowman
Java has a facility where you can send output to a DOS window using
System.out.println. This is useful while developing as you can see
what it going in your code.
Does .Net provide a similar facility? I notice that when a Windows app
runs there is an output window that contains messages from the
compiler etc. Is it possible to 'plug' into this?
Any help would be appreciated..
Regards
Paul Bowman