Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
Member
42 Points
43 Posts
Mar 08, 2007 06:24 AM|LINK
aghausman12 make it like this Dim bitmap_Thumb As Bitmap = New Bitmap(image, 118, 118) bitmap_Thumb.Save(MapPath("~/Images/Portfolio/Thumb/"), image.RawFormat) cheers
Dim bitmap_Thumb As Bitmap = New Bitmap(image, 118, 118) bitmap_Thumb.Save(MapPath("~/Images/Portfolio/Thumb/"), image.RawFormat)
cheers
Thank you didn't see this post untill I Got done with my last. one. testing now.
Ok the code you gave didn't work. but!! :D it gave me the clue I needed to get it working. basically.
I did this
"'Dim LocationToSaveThumb = Server.MapPath("~/Images/Portfolio/Thumb/")
Dim ThumbnailPhoto As System.Drawing.Image
ThumbnailPhoto = FullSizePhoto.GetThumbnailImage(200, 200, dummyCallBack, IntPtr.Zero""
It works perfectly now. Thank you very very much !!!!
atrum
Member
42 Points
43 Posts
Re: Thumb nail problem.
Mar 08, 2007 06:24 AM|LINK
Thank you didn't see this post untill I Got done with my last. one. testing now.
Ok the code you gave didn't work. but!! :D it gave me the clue I needed to get it working. basically.
I did this
"'Dim LocationToSaveThumb = Server.MapPath("~/Images/Portfolio/Thumb/")
Dim ThumbnailPhoto As System.Drawing.Image
ThumbnailPhoto = FullSizePhoto.GetThumbnailImage(200, 200, dummyCallBack, IntPtr.Zero""
It works perfectly now. Thank you very very much !!!!