When user runs my programs (FoxPro 2.6 & VFP6) i would like to know what applications are running on his computer beside mine. Is it a way to find this out and close them whith my program? Please, help.
I have been using the win32 api call GetTempPath() which has been working correctly on my development machine (Windows XP). How ever when tested on a Windows 98 machine the function returns an empty string, I know the winapi function works on win98 because I have used it in the past ...
when i run shellexecute (someprogram.exe) in the background i wan't to know when it finished and what error (if some) it return. How can i do that - now i run someprogram.exe and i don't know is it finished ok or not (i know only that shellexecute is run ok with no errors.