colordialog Questions

2

Solved

I’m looking for a way to convert the color code returned by a ColorDialog Box in C# into the color format utilized by KML/KMZ file formats. Any info would be greatly appreciated!!
Richelieu asked 19/9, 2013 at 18:26

3

Solved

Custom color set in the color dialog are supposed to be set to {Blue, Blue} using the following code: colorDialog1.CustomColors = new int[] { System.Drawing.Color.Blue.ToArgb(), 0xFF0000 }; colorD...
Chambless asked 18/7, 2012 at 17:38

2

Solved

I'm trying to show a simple color picker so that the user can select the color of a few texts... But every color picker I've found so far seems too complicated for my means. I wouldn't mind coding ...
Tallyman asked 13/11, 2014 at 21:47

1

Solved

I'm using the Windows common controls CHOOSECOLOR dialog, but on Win 7 it sticks out like a sore thumb as it still uses the 'old' Tahoma font. Is there a fairly easy way of getting it to use Seg...
Ragan asked 26/5, 2011 at 19:13

3

Solved

I'm spinning up a ColorDialog component in WinForms to let the user select a particular custom control's chart's background color and foreground color. Both configuration options are on the same pa...
Shaneka asked 17/4, 2009 at 20:8
1

© 2022 - 2024 — McMap. All rights reserved.