i'm using visual basic 6...
in my project i have a picturebox. the picturebox and usercontrol scalemode is pixel. now i want put the picturebox image in usercontrol. i did these:

usercontrol.picture=picturebox1.image

but the problem is that the usercontrol doesn't recive the image... why?
and i think that the picturebox don't recive the picture.
i use the picturebox for recive the image and work with image, then the usercontrol must recive the image....
can anyone help me?
thanks