Posted by: viralsarvaiya on: August 4, 2009
The project shows the resizing of the image, means create the thumb file of the actual image, here i show how to create the thumb as well as Medium sized file.
first create the class file named “GeneralMethods.vb”
Public Class GeneralMethods
Public Shared Function CreateThumbImage(ByVal imgPhoto As Image, ByVal Width As Integer, ByVal Height As Integer) As Image
Dim [...]
Recent Comments