Hi.
I created a Console Application in
VB.NET 2003 and was able to use Debug.Writeline without a problem.
I then created a Windows Application in
VB.NET 2003 and tried to use the Debug object but couldn't get it to work. I included the following "Imports System.Diagnostics" but it still didn't work.
What I'm trying to achieve is display some comments in the Immediate Window when the program is running in the IDE environment.
TIA.
Rita