PDA

Click to See Complete Forum and Search --> : Get an out side Picture into a Picture Box


MikeBAM
Aug 18th, 2001, 05:23 PM
Hi, I'm wondering how I can get a picture from a picture box out side the project into a picture box on a form inside. any help?

Vlatko
Aug 19th, 2001, 05:13 AM
You need to get the HWND and then the HDC of the outside pic box and then use BitBlt to copy it to your pic box.