Hi everybody,

I have a picturebox in VB6 on a form that I load normally from a bmp file on the hard disk by calling the LoadPicture function like this:

Picture1.Picture = LoadPicture(mypath + "\" + myfilename)

I need to have buttons on the screen so the user can enlarge or reduce the picture.

I cannot use an image box, and it has to be a picturebox.

How can I enlarge or reduce the picture (and its picture box) easily and without losing the picture quality (or with minimum possible quality loss)?

Please help.

thanks,