copy jpg to clipboard
C / C++ / MFC
4
Posts
2
Posters
0
Views
1
Watching
-
I am trying to write a function that copies a jpg or a gif to the clipboard, when I pass the path to it. ie jpgclip("C:\test.jpg") Can anybody help me? Regards Paul
Have you looked at
SetClipboardData()
?
"Ideas are a dime a dozen. People who put them into action are priceless." - Unknown
-
Have you looked at
SetClipboardData()
?
"Ideas are a dime a dozen. People who put them into action are priceless." - Unknown
-
Yes I have looked at this function, but could use a few pointers on how to use it. I know I can send a bmp to the clipboard with this, but is there anything I need to know when sending jpg or gif?
See if this search helps.
"Ideas are a dime a dozen. People who put them into action are priceless." - Unknown