Insert text into another application
Hi all,
For one of my Qt4 based applications, I need to automatically insert some text into another already running application (i.e. automatic copy/paste or drag/drop). :rolleyes:
Can this be done with Qt, or do I have to resort to OS specific functions? It should be running on a Windows XP OS.
Thanks!
Re: Insert text into another application
With Qt you will be able to write on to the clip board and not paste into another running application. If the application has drag & drop implemented, it will be possible to paste using drag & drop.