Skip to main content

Posts

VB.NET Zip UnZip Example

I made an example VB.Net 2010 application to show how to zip and unzip files using the SharpZipLib.DLL. The application uses the library to zip and unzip a file. Source code can be found here: https://drive.google.com/file/d/0BxXnsiUlViylclFFVnEtbWgwMnc/view?usp=sharing   (115 KB) A compiled executable can be found here: https://drive.google.com/file/d/0BxXnsiUlViylSldJdzY5bmJ2QVE/view?usp=sharing  (95 KB) Information on the SharpZipLib.DLL can be found here: http://icsharpcode.github.io/SharpZipLib/

Printer Information Example – VB.Net 2005

Updated to VB 2010 Download VB 2010 code here: https://drive.google.com/file/d/0BxXnsiUlViylY2R1MlpTaVg3M2c/view?usp=sharing VB code example to list printers and then information for a selected printer. Information includes driver name, port name, share name and if the printer is the default. Download VB 2005 Code here: https://drive.google.com/file/d/0BxXnsiUlViylcmZxeGpISE9PdzA/view?usp=sharing

Language Translation – VB.NET 2008

This sample VB.Net application demonstrates how to translate text from English to Chinese (Simplified) using both the Bing and Google translators.  The code can be modified to work with any of the supported languages. All code was moved to Google Drive here: https://drive.google.com/drive/folders/0BxXnsiUlViylLVpKTEpZWm0tU1E?usp=sharing Look for these two files: Source Code files (VB.NET 2008) LanguageTranslatorCode.zip (98kb) Executable File is here: LanguageTranslatorExe.zip (70kb) Bing Web Service Information Links Bing Translator Home Page http://msdn.microsoft.com/en-us/library/dd576287.aspx Service Page http://api.microsofttranslator.com/V1/SOAP.svc Getting Started http://msdn.microsoft.com/en-us/library/dd575235.aspx Webpage Widget http://www.microsofttranslator.com/Widget/?ref=MSTWidget Google API  Information  Link: Google Translate API for .NET 0.3 http://code.google.com/p/google-api-for-dotnet/

Image Information Application – VB.NET 2005

I wrote the wbImageInformation application to view and edit the EXIF information in my JPEG photo files. The application also has the ability to add a text watermark to the image and do batch processing of image files.  Full source code is available below. The EXIF Class code was provided by Michal A. Valášek, see information in the source code class header. A screen shot of wbImageInfo Executable files – 45 kb (Requires .Net Framework 2.0 to be installed): https://drive.google.com/file/d/0BxXnsiUlViylMXFPSWJhbmRuX0E/view?usp=sharing Source code files – 53 kb: https://drive.google.com/file/d/0BxXnsiUlViylNHZ1SHJEUlFDVkk/view?usp=sharing