Playing with C#

Posted April 28, 2006 in misc

Some time ago I used to visit Codeguru frequently in search for MFC tips. The quality of the articles is a bit random and the source code is frequently not “production quality”, but the articles definitely point you in the right direction, which is what counts. The rest is up to you.
So I want my C# form to display in the system tray. For this type of thing, I’d rather take results from Microsoft websites, but I can handle CodeGuru too.
Next step is learning how to monitor the clipboard in C#.
After that I’ll need some regular expression support. Hurray!