Tagged Questions
2
votes
2answers
158 views
c# winform cool colordialog
I'm working on winforms with .net 4.0 and I need to let the user to choose a color.
The default colorpicker is very ugly.. does anybody knows someone cool for winforms??
googling i've found only for ...
0
votes
1answer
243 views
PropertyGrid does not work for picking a color
I have a class that I am viewing with a property grid with the following property:
private Color _borderColor = Color.Black;
[Browsable(true)]
[Category("Appearance")]
[DisplayName("Border Color")]
...
0
votes
1answer
622 views
Winform - DatagridView ColorPicker
Is it possible to put a Colorpicker in the datagridview and save its hex values to the database??
or does the colorpicker uses hex values?
because I want to have a datagrid which has a colorpicker ...
-1
votes
1answer
2k views
Color-picker for Windows forms application [closed]
Are there any color-pickers for winforms application?
1
vote
1answer
558 views
Winforms combobox containing system color names?
What's the easiest way to list system drawing color names in a combobox? (we don't need a full blown color picker or to see the any coloring, just the color names in black and white)
0
votes
1answer
955 views
Property Grid Color Picker control not allowing custom color editing [closed]
When using the Property Grid and exposing a color property from an object you get this kind of interface for color selection:
There are tabs for System and Web, those are fine, but the Custom tab ...
0
votes
1answer
281 views
ToolStrip LineStyles .Net
Is there something similar in .NET components and if not, how to reproduce it?
Thanks!
2
votes
3answers
4k views
storing and retrieving colors with database, C# windows forms application
I'm making a windows application with C#. I'm using the color dialog box for the user to select a color. I'd like to store that color in a database, and be able to retrieve it later on, and be able to ...
2
votes
1answer
684 views
Save the Swatches on a ColorDialog in a C# Windows Application
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" ...
