My most recent posts about coding:
Stock Price To File Example – VB.NET 2010
I created this application to write the current real time stock price to our intranet server. The application uses Google’s stock price API. The resulting XML file is parsed for…
DotNetBar
We have been using DotNetBar in our Windows Forms development for several years now and it is truly amazing. Here is a brief description from the DevComponents website: DotNetBar Suite…
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…
Teaching Kids Programming
When I was young, I was drawn to writing computer programs and taking classes in school, but today it seems kids are not excited about programming. It may be that…
Find Dot Net Frameworks on Win32 PC using C++
11/12/2010 UpdateAdded support for 4.0 Framework.Updated code sample (VS 2010) can be found here:http://wadesword.org/code/files/CheckDotNetInstall.zipCompiled exe only can be found here:http://wadesword.org/code/files/CheckDotNetInstallExe.zip Original InformationI had a request to find what current dot…
Create Date and Other Information for a File – VB.NET
Updated to VB 2010Download FileInformation VB.Net 2010 code here (24 kb) Description If you are looking to get the create date for a file, you can use the code below:…