Creating a Dockable Panel ControlManager Using C#, Part 3
Rating: 




JonnyPoet - 12/04/2007
Continue your study of how to create your own dockable Forms.Build a Windows Event Log Watcher Service Process to Export Event Log Entries as an RSS Feed
Rating: none
aleksisa - 11/13/2007
Build a Windows Event Log Watcher Service Process to Export Event Log Entries as an RSS feed using System.Diagnostics.EventLog, EntryWritten, and EnableRaisingEvents.
Lights Out Game (in C#)
Rating: 




Bradley Jones - 02/27/2007
Just play a game of Lights Out, or take some time to see an array of buttons put to use.
A Yes/Yes to All/No/No to all MessageBox
Rating: 




Chris Johanson - 02/06/2007
This dialog was designed to work much like a standard Windows Message Box, but with a "memory" to recall user input when "Yes to All" or "No to All" are selected, and not display the message box any longer in a specific instance.
Event Handling in .NET Using C#
Rating: 




Deepak Dutta - 10/01/2002
The discussion starts with an introduction to the concept of delegates and then it extends that concept to events and event handling in .NET using C#.
