paulepadilla
Programmer
I am using the following code to execute another VB6 app within another VB6 application:
Shell App.Path & "\ImportRes.exe"
Is there a better or alternative way to do this. The code above is causing me problems with ACCESS. What is the API function to spawn an executable?
Thanks,
Paul
Shell App.Path & "\ImportRes.exe"
Is there a better or alternative way to do this. The code above is causing me problems with ACCESS. What is the API function to spawn an executable?
Thanks,
Paul