Does anyone know how to Grab and PAINT a section of image from one application to another (on top)?
Printable View
Does anyone know how to Grab and PAINT a section of image from one application to another (on top)?
If you know the handle of the image, you can use Bitblt to copy a section of the image. You can also use DDE, but for that you should need to modify both apps.