I have the following code:
Dim timg As System.Drawing.Image = New System.Drawing.Bitmap(imgStream)

Dim tunm As System.Drawing.Image = timg.GetThumbnailImage(100, 100,
Nothing, Nothing)

Now I want to save the "tunm" in a table of SQL in a field of type I,
how can Image do this ?

 

 

You can read messages from the DOTNET archive, unsubscribe from DOTNET, or
subscribe to other DevelopMentor lists at http://discuss.develop.com.

Reply via email to