-
k..another question from a beginner programmer...ive tried it myself..but cant figure it out...if anyone or everyone can help..id greatly appreciate it..
im workin on a *screen/image capture* program..one where it takes an area around the mouse and shows it in a picture box as you move the mouse around the screen.
i was wondering..how would i go about takin an image from one picture box..and placin it in another box on a diff form when i click on a *command button*
any help would be appreciated
-
Code:
Set Picture2.Image = FormName.Picture1.Image
:)
The one about the area around the mouse...I'm busy through and I'll be back later.