Wake up from Sleep (CreateWaitableTimer) in C#
Thursday, June 18, 2009 at 5:00PM The code illustrates how to set a timer to wake your computer up having been sleep'd. It's tested on Vista and Windows 7 with sleep mode.
Thursday, June 18, 2009 at 5:00PM The code illustrates how to set a timer to wake your computer up having been sleep'd. It's tested on Vista and Windows 7 with sleep mode.
Wednesday, March 18, 2009 at 4:37PM This small windows forms application does the following:
You can specify the browser paths and path to save the screenshots (which are saved in PNG format) to.
The screenshot mechanism is courtesy a class from of this article. The remaining code is some straight forward windows enumeration via the winapi and PostMessage.
Thursday, February 16, 2006 at 4:16PM 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 box. It was the beginnings of a kind of console host for C#.

It shows a telnet style shell, a block caret, tab completion and a few other features. Type "prog" and then hit tab to see an example of the tab completion.