I have an application where the System.Windows.Forms.ColorDialog dialog box is used as a color picker. Is there anyway that I can either (1) save the swatches the user saves in the "Custom Colors" section of this dialog or (2) create a standard set of swatches that all users would see when they open the color picker?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
I have a UserControl that just stores the RGB values for each swatch. You could easily store Custom swatches like that, as well. Edit: Oh, and to actually answer your question, take a look at: |
|||||
|