Hi,
I'm rather new to API calls and am trying to use the CreateProcess call to open an application from within my VB app. I can get it to work just fine by calling a program in the C:\Windows directory (e.g., calc.exe) but of course the application I'm trying to call does not reside there. I don't know how to get CreateProcess to look in another directory (giving the full path did not work).
I'm using VB6 developing on Win98.
Any help would be greatly appreciated!
Tracie
I'm rather new to API calls and am trying to use the CreateProcess call to open an application from within my VB app. I can get it to work just fine by calling a program in the C:\Windows directory (e.g., calc.exe) but of course the application I'm trying to call does not reside there. I don't know how to get CreateProcess to look in another directory (giving the full path did not work).
I'm using VB6 developing on Win98.
Any help would be greatly appreciated!
Tracie