Hi all

I have two applications. For performing certain functions, i run a second exe, via a process, and wait till it is complete (exited) to continue with my main application. I run through many repetitive functions on different files.

Everything runs fine however, when i am doing a run and it is on the x loop number, the main application seems to halt the secondary process exe. I can only assume this is what is happening as, if i close/stop (not pause) my main application in VB, the second exe continues from where it was halted until it completes.

Has anyone ever had something similar occur? I am open to any ideas at the moment. Could it be part of the dll's (MapWindow) that i am using that is not handling something correctly?

Thanks.