VB image resize example

H

Harry Hudini

Does anyone have any example ASP.NET code using VB to help me with resizing
an image?

I have a form to let users upload images, which works fine, but im stumped
when it comes to creating a thumbnail for them. I can find a few examples in
C# but that means nothing to me.

Olly
 
H

Hans Kesting

Harry Hudini said:
Does anyone have any example ASP.NET code using VB to help me with resizing
an image?

I have a form to let users upload images, which works fine, but im stumped
when it comes to creating a thumbnail for them. I can find a few examples in
C# but that means nothing to me.

Olly

Image resizing is done through the supplied framework classes.
How you should work with that does NOT depend on the
language used!

I don't use VB myself, so I can't give you a complete example,
but basically it's a matter of using the Bitmap constructor
that accepts an existing bitmap plus a size as parameters,
to create a new bitmap.

Hans Kesting
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,755
Messages
2,569,536
Members
45,009
Latest member
GidgetGamb

Latest Threads

Top