Click here to Skip to main content
15,895,142 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
I want to use color picker control in windows forms application . as we use in web application , if is it possible ,then suggest me.
Posted

1 solution

Please see:
http://msdn.microsoft.com/en-us/library/system.windows.forms.colordialog.aspx[^].

It's not quite clear what do you mean by "color picker" though. If you need a control to remember a color of the pixel the user clicks on, it can be done using System.Drawing.Bitmap.GetPixel, http://msdn.microsoft.com/en-us/library/system.drawing.bitmap.getpixel.aspx[^].

—SA
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900