I am new to VB. I want to test some old VB code, but I need the ability to print to the console to be able to test certain values that are set in the code. How to print to the c
Use OutputDebugString and view the messages with the excellent free DebugView. More information and reusable code from Karl Peterson here
OutputDebugString