How to have more basic colors for choosing in color dialog? [modified]
-
By default there are 8x6 colors for choosing. How to make it more? This is the need of the customers, they would like the program be easy to use. If it is not easy, I'd like to make one myself, but I can't decide how to choose and put colors so that it can look a little good.
modified on Friday, February 01, 2008 12:21:50 PM
Pretty vague question :) Are you referring to the "color dialog box" common dialog? If so, then like any other dialog, if you need additional functionality you can write your own. Mark
Mark Salsbery Microsoft MVP - Visual C++ :java:
-
By default there are 8x6 colors for choosing. How to make it more? This is the need of the customers, they would like the program be easy to use. If it is not easy, I'd like to make one myself, but I can't decide how to choose and put colors so that it can look a little good.
modified on Friday, February 01, 2008 12:21:50 PM
-
followait wrote:
By default there are 8x6 colors for choosing.
No
followait wrote:
they would like the program be easy to use.
And using more than 48 colors makes the program easy to use? Wow, are they brain dead?
led mike
Especially since it lets the user pick one of 2^24 colors :)
Mark Salsbery Microsoft MVP - Visual C++ :java:
-
By default there are 8x6 colors for choosing. How to make it more? This is the need of the customers, they would like the program be easy to use. If it is not easy, I'd like to make one myself, but I can't decide how to choose and put colors so that it can look a little good.
modified on Friday, February 01, 2008 12:21:50 PM
followait wrote:
By default there are 8x6 colors...
There are 48 basic colors, but there are 2563 total colors.
"Normal is getting dressed in clothes that you buy for work and driving through traffic in a car that you are still paying for, in order to get to the job you need to pay for the clothes and the car and the house you leave vacant all day so you can afford to live in it." - Ellen Goodman
"To have a respect for ourselves guides our morals; to have deference for others governs our manners." - Laurence Sterne
-
Pretty vague question :) Are you referring to the "color dialog box" common dialog? If so, then like any other dialog, if you need additional functionality you can write your own. Mark
Mark Salsbery Microsoft MVP - Visual C++ :java:
-
followait wrote:
By default there are 8x6 colors for choosing.
No
followait wrote:
they would like the program be easy to use.
And using more than 48 colors makes the program easy to use? Wow, are they brain dead?
led mike
-
followait wrote:
By default there are 8x6 colors...
There are 48 basic colors, but there are 2563 total colors.
"Normal is getting dressed in clothes that you buy for work and driving through traffic in a car that you are still paying for, in order to get to the job you need to pay for the clothes and the car and the house you leave vacant all day so you can afford to live in it." - Ellen Goodman
"To have a respect for ourselves guides our morals; to have deference for others governs our manners." - Laurence Sterne
-
By default there are 8x6 colors for choosing. How to make it more? This is the need of the customers, they would like the program be easy to use. If it is not easy, I'd like to make one myself, but I can't decide how to choose and put colors so that it can look a little good.
modified on Friday, February 01, 2008 12:21:50 PM
What a question!
-
Sure. The key is when the customer is choosing a color for background, a set of well-selected colors may be better than all here.
Heh yeah, but if you put 1000 basic colors, I bet you still won't have my favorite blue. How do you decide how many is enough? :) Mark
Mark Salsbery Microsoft MVP - Visual C++ :java:
-
Heh yeah, but if you put 1000 basic colors, I bet you still won't have my favorite blue. How do you decide how many is enough? :) Mark
Mark Salsbery Microsoft MVP - Visual C++ :java:
Mark Salsbery wrote:
Heh yeah
"Yeah"? You understood that? Can you translate it for me?
followait wrote:
The key is when the customer is choosing a color for background, a set of well-selected colors may be better than all here.
and what about this one?
followait wrote:
but I can't decide how to choose and put colors so that it can look a little good.
led mike
-
Mark Salsbery wrote:
Heh yeah
"Yeah"? You understood that? Can you translate it for me?
followait wrote:
The key is when the customer is choosing a color for background, a set of well-selected colors may be better than all here.
and what about this one?
followait wrote:
but I can't decide how to choose and put colors so that it can look a little good.
led mike
That should have been... "*snicker* [sarcasm]yeah[/sarcasm]" Damn you text, and your lack of emotion...
Mark Salsbery Microsoft MVP - Visual C++ :java: