steve64 Is there a way to receive events from other WIndows apps (and possibly also to send events to them)? I would need this to sync two apps and I would like to have a simpler way (plain old WIn32 messages) than sockets.
Samir I think using sockets is the way to go, as Windows API dont provides those kind of between app communications