advertisement

Find Code  Advanced Search   

Free Newsletters:   
browse free vb code
Submit Code
ASP,  HTML, and XML
Database
Dates  and Math
Files  and Directories
Forms  and Controls
Lists,  Collections, and Arrays
Miscellaneous
Multimedia/Games
Office/VBA
Network/Internet
Registry
Screen/Graphics
String  Manipulation
System/API
Windows  2000/XP
VB.NET/ASP.NET



advertisement
Convert Bitmap to Another Image Format (VB.NET)

Author: Intelligent Solutions Inc. (Featured Developer)
Category: VB.NET/ASP.NET
Type: Snippets
Difficulty: Intermediate

Version Compatibility:  Visual Basic.NET   ASP.NET  

More information: Converts a bitmap file to another format which you specify. The new file is saved in the same folder with the same file name, with the appropriate extension, e.g., C:\test.bmp is saved as C:\test.gif.

This code has been viewed 127305 times.

Instructions: Copy the declarations and code below and paste directly into your VB project.


Declarations:

Code:

No Text Boxes

Sponsored Links