You can stretch the picture in a picturebox using the PaintPicture method (or the StrechBlt API function).

You can use code simular to this:

With Picture1
.PaintPicture .Picture, 0, 0, .ScaleWidth, .ScaleHeight
End With

Just remember to set the AutoRedraw property to True.

Good luck!

------------------
Joacim Andersson
[email protected]
[email protected]
www.YellowBlazer.com