Related resources for Color Dialog
  • ColorDialog In C#9/14/2019 4:54:32 PM. Here is a code example of how to use a C# ColorDialog control to pick colors in Windows Forms and C#.
  • Using Color Dialog In Windows Forms8/1/2018 10:55:14 AM. In this article, I am going to explain how to work with a ColorDialog Box in Windows Forms using Visual Studio 2017.
  • Using ColorDialogBox in C#10/26/2013 8:59:56 AM. In this video you will learn about how to use a ColorDialogBox in C#.
  • MS Office Style Color Picker in VB.NET11/10/2012 2:47:28 AM. I decided to make a color picker dialog of my own. I used the one found at Microsoft Office (for choosing the font color) as a souce of inspiration (in fact, I shamelessly copied it) - I used exactly the same palette of 40 colors and the same "look and feel" - only the size and distance of the little color panels is a little different in my version.