I've decided to at least give a mutex a try. Does anyone have any sample code? I'm a little confused (and as usual the Microsoft documentation doesn't really help) if the program should first issue a Createmutex and if that fails issue a Waitforsingleobject to determine if it's been abandoned or what the correct sequence is.
Thanks