C++ / VBA question
So i have a executable written in C++, and i wish to call this executable in Visual Basic, and be able to read results from running the C++ program.
The C program outputs its results in a text file when it's done running.
So my question is, how do I check, from Visual Basic for Applications, that the C program is done running?
thanks.
|