Add a contact to Windows Mobile in C#

I have not posted much lately for one main reason: I like posting complete applications, or at least complete libraries. As it would have it, I do not have the time, energy, or creativity to post complete projects on a basis regular enough to warrant a site devoted to.
As such, I am going to try [...]

A self contained Thread Safe .NET TextBox Control

In many projects I am finding that I am quickly growing tired of writing delegates to keep various controls thread safe in multi-threaded environments. I have not yet determined whether it is best to create separate utility classes to handle all of the non-thread safe functionality, or to extend the control itself to be thread [...]

C# Mailslot Control

Remember Mailslots? I do! I do! Gohd, I do..
Back in the day I used Mailslots to create a very simple LAN chat program in Delphi. Now I have re-created that functionality for use in .NET. Here I have a fully working Mailslot control written in C#.
This is one of those technologies that seriously [...]