Wade's Word

Photography and Programming

Browsing Posts tagged vb.net

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. Links to download the code and the example application executable are below the image. Source Code files (VB.NET 2008) are here: [...]

.NET 2.0 SP1

Microsoft released Service Pack 1 for .NET 2.0 framework on Jan. 23.  A list of fixes can be found here: http://support.microsoft.com/kb/945757.

This is a simple program I wrote to archive files that are older than 90 days, to a folder under the current folder.  All the settings are within the app.config file and can be changed at run time. I use this application to clean up data files on a web server. This is a rewrite [...]