why I can not use Console.WriteLine() in Win Form?
I want to debug my program using Console.WriteLine(), but why I can not see
the output string in the Console?
I remember one of frinend has done that before ,please help.
----------code-------------
private void Form1_Load(object sender, EventArgs e)
{
Console.WriteLine("start");// can not see "start" in Console
}
Andrzej WegierskiPosted Oct 15, 2004, 6:40 AM
bamboo3Posted Oct 14, 2004, 2:12 PM
bilnaadPosted Oct 14, 2004, 1:45 PM
shimtannyPosted Oct 14, 2004, 1:10 PM