Crystal Toolkit is a Windows Forms (.NET Framework 2.0) control library written in C#. This is the second release and contains the following classes:
New in 0.67:
- CrystalLabel: a homegrown label control that can have a gradient or transparent background.
From previous version:
- CrystalGradientControl: a control that can either have a gradient background or a transparent background.
- CrystalTrackBar: a homegrown trackbar that can have a gradient or transparent background.
- CrystalToolStripTrackBar: a host for CrystalTrackBar that allows it to work in a ToolStrip.
Bonus: if you don't like CrystalTrackBar on a ToolStrip, this library also contains ToolStripTrackBar, which hosts System.Windows.Forms.TrackBar on the ToolStrip.
This release comes in a ZIP file. Simply unzip the contents to your hard drive, navigate to the root Attilan folder, and double click on CrystalDemo.sln. This solution file contains the Crystal Toolkit plus demo programs. Just build the solution and run the demo programs to see how they work.
I've tested the demos under Windows XP SP2 and Windows Vista RC2. Needless to say, buyers beware, this is alpha software and it's free open-source code: you get what you pay for! I'd welcome any feedback, bugs (or bug fixes), and thumb-bitmap replacements. Send email to richard at attilan dot com.
Download: Crystal Toolkit 067 (zip file, 820 kb)


