I'm making my first steps in vb.net and I'm trying to resize a bitmap.

I want to make an app that processes a folder with images to a new folder of images of the same size with a thumbnail version for web publication.

Opening an image and changing the size of the image in a form is easy (making use of the picturebox) but how can I save the resized image?

Thanks,

Leon