windows form .. console.writeline() where is console?

SmartestVEGA picture SmartestVEGA · Apr 18, 2011 · Viewed 85.3k times · Source

I created a windows form solution and in the constructor of a class I called

Console.WriteLine("constructer called")

But I only got the form and not the console.. so where is the output?

Answer

Tomas Voracek picture Tomas Voracek · Apr 18, 2011

In project settings set application type as Console. Then you will get console window and Windows form.