How do I display a framework color picker?

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?
 
M

Marc Scheuner [MVP ADSI]

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top