My program generates a text (picture) and I want to copy it to the clipboard so that the user can paste it into word or excel.
Waht command should I use
I do not want to copy into file.
Is ther a difference between text and picture
My program generates a text (picture) and I want to copy it to the clipboard so that the user can paste it into word or excel.
Waht command should I use
I do not want to copy into file.
Is ther a difference between text and picture
Copy to Clipboard
asmand
COleDataObject GetGlobalData()
http://msdn.microsoft.com/library/default.asp url=/library/en-us/winui/winui/windowsuserinterface/dataexchange/clipboard/clipboardformats.asp
Kuphryn