List of WinForms and C# Links

There's been lots of WinForms and C# related content posted recently, and I have a list of things that I had meant to blog about, but never got around to. I'm going to post of list of some of these, so I can clear my backlog, keep track of them, and let other folks know about them...

  • Priority Queue: A priority queue using the skip list data structure.
  • XmlGridControl: this program uses code generation and CodeDom manipulation to edit XML data in the PropertyGrid.
  • Page Turn Effect: This article demonstrates how to use GDI+ to create a page turn effect.
  • TabControl Owner Drawn: creating composite custom controls with design-time support.
  • Extended ListView: An extended ListView control that can show multiple images on subitems, lets the user edit subitems with user-defined controls, contains boolean subitems and can columns can be sorted by date, number and string.
  • NumberPicker Control: a control that allows for easy number entering.
  • ToolStripColorButton: a color picker that is parented on a WinForms ToolStrip.