This is what I declared in the module:
----------
Public Type PROCESS_INFORMATION
hProcess As Long
hThread As Long
dwProcessId As Long
dwThreadId As Long
End Type
Public Type STARTUPINFO
cb As Long
lpReserved As String
lpDesktop As String
lpTitle As String
dwX As...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.