copy image to clipboard
C / C++ / MFC
3
Posts
3
Posters
0
Views
1
Watching
-
Hi, I am working on clipboard in VC++ 2003. I want to copy a GDI Bitmap Class image to clipboard. Does anyone know how can I do this? Thanks in advance, Priyank
-
Hi, I am working on clipboard in VC++ 2003. I want to copy a GDI Bitmap Class image to clipboard. Does anyone know how can I do this? Thanks in advance, Priyank
priyank_ldce wrote:
I am working on clipboard in VC++ 2003. I want to copy a GDI Bitmap Class image to clipboard. Does anyone know how can I do this?
Take a look at CF_BITMAP in MSDN for more information.
Owner drawn Jesus Loves
-
Hi, I am working on clipboard in VC++ 2003. I want to copy a GDI Bitmap Class image to clipboard. Does anyone know how can I do this? Thanks in advance, Priyank