______
ColorComboBox Screenshot
06/26/2009  

ColorComboBox

A ComboBox control, inherited the Framework's ComboBox, built to store (and show) the colors in the System.Drawing.Color structure and/or System.Drawing.SystemColors class
Sample Project Download DLL

______
MoveItemLists Screenshot
02/13/2010  

MoveItemLists

  • MoveItemListBox

    A CheckedListBox control, inherited the Framework's CheckedListBox, where the user can move an item to a new index position within the same control using the mouse. The checked state of the item remains intact.
  • MoveItemListBox

    A ListBox control, inherited the Framework's ListBox, where the user can move an item to a new index position within the same control using the mouse.
  • MoveItemListView

    A ListView control, inherited the Framework's ListView, where the user can move an item to a new index position within the same control using the mouse.
As the user moves the mouse up and down while having an item clicked on an "Insertion Line" is drawn between the items of where it would be inserted if they released the mouse button.
When an item is moved via the mouse an ItemMoved event is fired containing both the OldIndex as well as the NewIndex of where the item is in the list.
Sample Project Download DLL

______
TriAngle
06/26/2009  

Triangle

This .Net class (DLL) accepts 1 to 3 sides and 1 to 3 angles of a triangle in which it uses a combination of Sine and Cosine to calculate the remaining elements.
If all elements are calulated then it finds the area and perimiter as well as figures out what type of triangle it is.
I didn't create this one all on my own, I had help from a friend who goes by {HV} Chaos.
Sample Project Download DLL

______
VertTabConstrol Screenshot
02/05/2010  

VertTabControl

A simple tab control, inherited the Framework's TabControl, that shows the tabs veritcally with the text remaining horizontal.
Sample Project Download DLL

______
VistaStyle Screenshot
06/26/2009  

VistaStyle

  • VistaLabel

    A Label control, inherited the Framework's Label, where the background has a faded blue-green background similar to Vista's default theme. The ForeColor also defaults to the SmokeWhite color to match Vista's theme.
  • VistaPanel

    A Panel control, inherited the Framework's Panel, where the background has a faded blue-green background similar to Vista's default theme. The sample project show's it with 3 LinkLabel controls with their ForeColor's set to White similar to Vista's panels on folders.
Sample Project Download DLL