i dont think QProcess has that functionality... but you can always use WinAPI... if i remember correctly... its SendMessage or something..
i dont think QProcess has that functionality... but you can always use WinAPI... if i remember correctly... its SendMessage or something..
So there is no other way then WinApi? Can I use some others Qt's features to do that?
If you have the sources of both apps under your control, you can of course use any IPC mechanism offered by Qt.
J-P Nurmi
The problem is i don't have source code of application I want to comunicate with. I see taht I must resort to WinApi. Thanks for all your help folks.
use better PostMessage function it is asynchronous.
Bookmarks