S Sara T. Jul 20, 2004 #1 Is there a way to display image with format WBMP in VB.NET? I've just only found the other format i.e. *.gif, *.jpg. Sara T.
Is there a way to display image with format WBMP in VB.NET? I've just only found the other format i.e. *.gif, *.jpg. Sara T.
K Kevin Spencer Jul 20, 2004 #2 You can display any image format with ASP.net that the user's browser supports. -- HTH, Kevin Spencer ..Net Developer Microsoft MVP Big things are made up of lots of little things.
You can display any image format with ASP.net that the user's browser supports. -- HTH, Kevin Spencer ..Net Developer Microsoft MVP Big things are made up of lots of little things.
S Sara T. Jul 21, 2004 #3 Yes, I know. But I need to see a little example to convert from .GIF to .WBMP or how can I write a part of code to generate image using format WBMP. I saw the function in VB.NET as following: Bitmap.Save(OutputStream, System.Drawing.Imaging.ImageFormat.Gif) And I could not find ImageType supported the format WBMP. Sara T.
Yes, I know. But I need to see a little example to convert from .GIF to .WBMP or how can I write a part of code to generate image using format WBMP. I saw the function in VB.NET as following: Bitmap.Save(OutputStream, System.Drawing.Imaging.ImageFormat.Gif) And I could not find ImageType supported the format WBMP. Sara T.