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?
Printable View
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?
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.