I want to remotely execute another application from my C++ program. So far I played along with the CreateProcess(...) function and it works just fine.
The problem ho
You're looking for ShellExecute(). That will even work if you pass it a proper URL, just like the Run menu.
ShellExecute()