
Question on launching a VC++ Application.
I want to launch a VC++ application (that I've written) from a VB
interface. However, I want to suspend the the VB program (or do
whatever is necessary) to prevent it from taking machine cycles
away from the VC++ program. I'm already using CreateProcess to launch
the VC++ program, but the VB still hangs arounnd and intereferes.
How do you do this? Any help appreciated.
Marc Green