This must be really easy to do(!) but I just cant get it to work!!
I want to grab the current active visible form (a regular VB form I've created), controls and all, as an image so I can shove it in a picture box an another form.
I've found lots of code for grabbing the entire desktop, but I dont want it all and I'm getting tangled in knots trying to select only my form's part of the desktop. So I figure there must be a way to grab only the current form?
I've tried using "StretchBlt" but cant get the parameters right!
Any help would be really appreciated!!!
I want to grab the current active visible form (a regular VB form I've created), controls and all, as an image so I can shove it in a picture box an another form.
I've found lots of code for grabbing the entire desktop, but I dont want it all and I'm getting tangled in knots trying to select only my form's part of the desktop. So I figure there must be a way to grab only the current form?
I've tried using "StretchBlt" but cant get the parameters right!
Any help would be really appreciated!!!