tags:

views:

426

answers:

2

I am looking for a color dialog for WPF? Is there one built in? Should I build my own ? Or do Win 32 interop? If so, how?

A: 

There are a lot of samples and options for color pickers in WPF. I wouldn't build one unless you absolutely need functionality none of these provide.

http://www.google.com/search?hl=en&q=wpf+color+chooser

Sam
A: 

http://bot.codeplex.com/ this link is having one color picker code pls have a look

Kishore Kumar