1

i tryed to transfer image data using device contexts and handle to bitmaps but the handles is invalid in another application. I need to transfer image data or DC data from one application to another. How this can be accomplished?

Sergey
  • 685
  • 2
  • 8
  • 30
  • possible duplicate of [Most efficient way to send images across processes](http://stackoverflow.com/questions/2536331/most-efficient-way-to-send-images-across-processes) – Hans Passant Apr 17 '11 at 14:20

1 Answers1

1

Looks like a duplicate here of why they're invalid: Sharing HDC between different processes

And here's a response on techniques to share image data: Most efficient way to send images across processes

Community
  • 1
  • 1
holtavolt
  • 4,378
  • 1
  • 26
  • 40