How do I display a framework color picker?

  • Thread starter Thread starter Morten Wennevik
  • Start date Start date
M

Morten Wennevik

The color dialog in Visual Studio is ok, but I would like to display the
framework color picker (like the color picker in Visual Studio).
Is there a class for this, or do I have to create a list of all colors and
draw each color on my own?
 
The color dialog in Visual Studio is ok, but I would like to display the
framework color picker (like the color picker in Visual Studio).
Is there a class for this, or do I have to create a list of all colors and
draw each color on my own?

Check out this:

http://www.codeproject.com/cs/miscctrl/dotnetcolorpicker.asp

Marc
================================================================
Marc Scheuner May The Source Be With You!
Bern, Switzerland m.scheuner(at)inova.ch
 
Back
Top