I've written a VB6 application. This application launches a C++ processor (DLL) who last several minutes.
How can I show messages coming from the C++ app and show them in real-time in the VB text box?
How can I show messages coming from the C++ app and show them in real-time in the VB text box?
Comment