Hello,

I have to seperate VB6 applications that are trying to perform the same operation on the same target process. That is, each VB6 application is trying to save an Excel spreadsheet at the same time. I believe this is causing our most recent errors with our application, resulting in one application being killed by the other.

Is it possible to create mutexes in VB6? If not, can anyone any other advice as to how to eliminate this race condition?