PDA

View Full Version : Insert text into another application



pckoster
17th March 2009, 08:37
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!

munna
18th March 2009, 04:40
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.