[RESOLVED] combine the picturebox with usercontrol
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
Re: combine the picturebox with usercontrol
i will put my project here. my objective is that i must see the images in usercontrol but the scalemode in usercontrol and picanimation array must be pixel. please can anyone help me?
PS.: don't worry about strips images or animation, i only need see the images with a pixel scalemode nothing more.
thanks