i'm using visual basic 6.
i have a picturebox in pixel scalemode for put an image. then i want put the image in a usercontrol and for that i use these code:

UserControl.Picture = Picturebox.Image

if the usercontrol.scalemode=twip i can see the image without a problem, but if the usercontrol.scalemode=pixel i can't see the image... why?
can anyone help me?
thanks