T O P I C R E V I E W |
Maxim Gussev |
Posted - Jul 23 2016 : 09:02:00 Good morning all,
Is it possible to copy multiple images in the clipboard using Delphi?
Now I have to go to my program (it uses ImageEngine), copy one image (with complex experimental data), switch to MSWord or PowerPoint, insert the image, and repeat the same steps multiple time.
Can I just check the data I need, generate images (color maps) and copy all them at once?
Thank you in advance! Maxim.
|
4 L A T E S T R E P L I E S (Newest First) |
Maxim Gussev |
Posted - Jul 30 2016 : 08:08:36 Nigel, Thank you for the reply and advice! RTF may work (and this solution will be very flexible).
At the moment I am trying OLE-server and invisible document. However, WinWord should be installed what is not necessary the case.
Sincerely yours, Maxim. |
yogiyang |
Posted - Jul 27 2016 : 09:15:43 Do check this one also: http://www.joejoesoft.com/vcms/97/
Yogi Yang |
yogiyang |
Posted - Jul 27 2016 : 09:02:07 Or better still use a good clipboard management utility that will automatically remember multiple copy and cut and will give you options to paste one of the saved contents. Like this one: http://www.vbforums.com/showthread.php?500706-Multi-Clipboard
From what little I have experimented with windows clipboard I think you can load multiple data in clipboard as custom data. MS Office apps seem to use this route.
HTH
Yogi Yang |
xequte |
Posted - Jul 25 2016 : 04:20:42 Hi Maxim
The clipboard does not support copying of multiple images, but you could try generating a Word compatible clipboard format that supports multiple images such as RTF:
http://stackoverflow.com/questions/28498232/copy-multiple-e-g-image-and-text-things-to-the-clipboard-for-pasting-into-ms
Nigel Xequte Software www.xequte.com nigel@xequte.com
|