Hi,
I'm building two large scale Qt projects. I'm in stuck in interprocess comm.
I found that sendMessage(..) of winapi could be useful but I don't know how to send a message to
another process..What the parameters should be?
Thanks
Hi,
I'm building two large scale Qt projects. I'm in stuck in interprocess comm.
I found that sendMessage(..) of winapi could be useful but I don't know how to send a message to
another process..What the parameters should be?
Thanks
Why are you asking that on a forum related to Qt?As far as I remember SendMessage() expects a window handle and a message structure to be sent.
I'm guessing you've found that infromation on the internet.
The same source can get you here.
This page (and links from there) has all you need.
Bookmarks