views:

16

answers:

1

Hi, i know its possible for a windows application, but is it possible to re-direct the output of a console app to the internal output window for VS2008?

+1  A: 

Use System.Diagnostics.Debug.WriteLine()

Midhat
thank you very much!
Tom
Tom, Mark as answer.
Raj Kaimal