How to write to a debug console in VB6?

前端 未结 4 1028
慢半拍i
慢半拍i 2021-02-13 13:44

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

4条回答
  •  攒了一身酷
    2021-02-13 14:42

    Use OutputDebugString and view the messages with the excellent free DebugView. More information and reusable code from Karl Peterson here

提交回复
热议问题