Thanks for the reply! However, I don't understand why I am getting an
indexed pixel format at Graphics.FromImage(bitmap) as per Code listed
below.
An unhandled exception of type 'System.Exception' occurred in
system.drawing.dll
Additional information: A Graphics object cannot be created from an
image that has an indexed pixel format.
CODE:
Dim BITMAP = New Bitmap(ws.ResponseSoapContext.Attachments(0).Stream)
Graphics.FromImage(bitmap)
bitmap = Graphics.DrawImage(bitmap, 60, 10)
PictureBox1 = bitmap
Ted
*** Sent via Developersdex
http://www.developersdex.com ***