Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Color-picker for Windows Forms applications [closed]

Is there a built-in color-picker in Windows Forms?

like image 762
Peter17 Avatar asked Jul 06 '11 13:07

Peter17


People also ask

How do I open Windows Color Picker?

Activate. Once enabled, you can choose one of the following three behaviors to be executed when launching Color Picker with the activation shortcut (default: Win + Shift + C ).

How do I turn on Color Picker?

The keyboard combination shortcut of Win+Shift+C will activate Color Picker regardless of what other application(s) are running.

How do I change the color of Windows Forms?

In Microsoft Forms, open the form for which you want to apply a theme. Select Theme to choose a color or background image. Note: Depending on your form content, you may be presented with Theme ideas, which include different image backgrounds from which you can choose.

Does Windows have a built in Color Picker?

By default, you'll use Windows+Shift+C to activate the color picker. You can change this keyboard shortcut to your preferred one from this screen, if you like.


1 Answers

Yes, in the common dialog control. This control contains a ColorDialog color picker.

http://msdn.microsoft.com/en-us/library/system.windows.forms.colordialog.aspx

like image 95
George Johnston Avatar answered Sep 22 '22 04:09

George Johnston