|
-
Oct 7th, 2002, 12:54 AM
#1
Thread Starter
New Member
re-sizing pics in VB
hey does anybody know how to re-size pics (*.jpg) in VB, like throw a Active X or somthing.
cheers
-
Oct 7th, 2002, 01:02 AM
#2
PowerPoster
Use the PaintPicture method provided by VB, or use teh StretchBlt api call.
-
Oct 7th, 2002, 01:04 AM
#3
Thread Starter
New Member
and that'll let me re-size?
-
Oct 7th, 2002, 01:08 AM
#4
PowerPoster
Yes, load the picture in a PictureBox and then use the PaintPicture method. Or better still, use an image box to display the jpg picture and then set its Stretch property to "True". Now resize teh Image Box. The picture will automatically be adjusted according to the Image box.
-
Oct 10th, 2002, 02:36 AM
#5
Thread Starter
New Member
can we then save those change images
-
Oct 10th, 2002, 02:47 AM
#6
So Unbanned
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
|