G
Guest
In VB6 there use to be the very usefull debug.print ... In .NET all I could find is System.Diagnostics.Debug.WriteLine("stuff"). The result is in the 'output window' along with a bunch of events I dont need to see. Is there an equivalent to debug.print and the immediate window ? Merci !