Archive for the ‘Winforms 2.0’ Category

An Open Source .NET Port of the Unix Banner Command Line Tool

Thursday, December 25th, 2008

  Banner is a port of the Unix and Linux command-line tool with the same name. It displays the text provided in the argument in ASCII art. It currently displays capital letters, numbers, periods and dashes, but I will be adding some more characters later on. It can also display the ...

A Registry Editor In C# (Part 2): Reading Values and their Data

Wednesday, December 17th, 2008

This post was moved to: http://codehill.com/2009/03/a-registry-viewer-in-c/

A Registry Editor In C# (Part 1): Reading Keys and SubKeys

Monday, December 15th, 2008

This post was moved to: http://codehill.com/2009/03/a-registry-viewer-in-c/

Reading and Writing Text Files in C#

Thursday, December 11th, 2008

This post was moved to: http://codehill.com/2009/01/reading-and-writing-text-files-in-c/

Multithreading in .NET With the BackgroundWorker

Saturday, November 29th, 2008

This post was moved to: http://codehill.com/2009/01/multithreading-in-net-with-the-backgroundworker/

Saving User and Application Settings in WinForms

Thursday, November 27th, 2008

This post was moved to: http://codehill.com/2009/01/saving-user-and-application-settings-in-winforms/

How to Download a Web Page in WinForms

Sunday, November 9th, 2008

This post was moved to: http://codehill.com/2009/01/how-to-download-a-web-page-in-winforms/