|
-
Nov 21st, 2010, 08:33 PM
#1
Thread Starter
Fanatic Member
How to resize a picture and its picturebox?
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,
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|