LDAP/Active directory tree in C#
October 12, 2009Download This winforms application from 2004 shows the basics of querying an Active Directory and LDAP server, including OpenLDAP, Netscape…
Wake up from Sleep (CreateWaitableTimer) in C#
June 18, 2009This code isn’t mine, but from a newsgroup posting on Eggheadcafe.com by MVP Willy Denoyette (I couldn’t find a homepage to link). I’m…
Image conversion in C#
April 13, 2009Download This old application from 2004 demonstrates image conversion using the built in classes in the BCL. Like all the old C# code here…
Automated browser screenshot capture
March 18, 2009BrowserCapture.exe.zip Project source (Visual Studio 2008) This small windows forms application does the following: Opens a website you…
Sending messages to windows in C# via winapi
September 16, 2008Download This windows demo app from 2004 shows you how to use the winapi EnumWindows function in association with SendMessage to send…
Changing a Richtextbox caret
February 16, 2006Download This old bit of code from 2004 is an unfinished (i.e. not that pretty to read) demo project for changing the caret in a rich text…