G
Guy Cohen
Hi all
I tried the (good old...)vb6 command debug.print and it does not work in
vb.net 2005
I googled some and found these samples:
Debug.WriteLine("hello")
Console.WriteLine("hello")
Trace.WriteLine("hello")
none of the above prints in the immediate window
1) Where do they print? (am I missing 1 window?)
2) How do I print to the immediate window?
TIA + MERRY XMAS
Guy Cohen
I tried the (good old...)vb6 command debug.print and it does not work in
vb.net 2005
I googled some and found these samples:
Debug.WriteLine("hello")
Console.WriteLine("hello")
Trace.WriteLine("hello")
none of the above prints in the immediate window
1) Where do they print? (am I missing 1 window?)
2) How do I print to the immediate window?
TIA + MERRY XMAS
Guy Cohen