Wrox Home  
Search P2P Archive for: Go

  Return to Index  

pro_vb thread: Help me please!


Message #1 by "Shakil Ahmed Siraj" <shakilsiraj@y...> on Sun, 24 Feb 2002 09:28:44
You can do it by using two picture boxes, one to load the image and another
to save the image. You should copy the image from the first to the second by
using the PaintPicture method that let you to actually resize the image. If
you do not like to see two picture boxes in your app then just make the
first one not visible.

I hope it helps.

----- Original Message -----
From: "Shakil Ahmed Siraj" <shakilsiraj@y...>
To: "professional vb" <pro_vb@p...>
Sent: Sunday, February 24, 2002 9:28 AM
Subject: [pro_vb] Help me please!


> Hello Guys,
>
> I need your help badly.
>
> I have loaded an image onto a image control using loadpicture function.
> Now i want to save the file but the image width and size will be changed
> ( according to the width and height of the image control ). I looked into
> the savepicture function but it does not have any parameter to specify
> the height and width. Can u help me out?
>
> Thanks in advance.
>
> Best regards, Shakil





_________________________________________________________

Do You Yahoo!?

Get your free @yahoo.com address at http://mail.yahoo.com




  Return to Index