Color control vs2005

  • Thread starter Thread starter milk-jam
  • Start date Start date
Thanx thats a nice option but i was wondering whether there is a ready
control which is easy to add like a label or textbox.
and that will look nicer like the one in word or photoshop

Frank Dzaebel said:
Hello
Does Visual Studio 2005 come with any Color selection Control ?

This was already possible with Visual Studio 2003 with the ColorEditor
class which is a UITypeEditor which
resides in system.drawing.design.dll.

[The ColorPicker WinForms Control]
http://www.codeproject.com/vb/net/a_colorpicker.asp


ciao Frank
 
Hi milk-jam,

As far as I know, there isn't a buid-in color selection control in .NET
framework 2.0. You have to inherit from the original control and implement
it yourself. Frank has provided us with a good sample.

Kevin Yu
=======
"This posting is provided "AS IS" with no warranties, and confers no
rights."
 
Hi Milk-jam,

Sorry, but I think there might be some misunderstanding here. My understand
on this issue is that you need a selection box control that is colored. Now
I know that you just need to dialog box to pick color from it. Anyway, it
was nice to hear that you have found it. I'm sorry for the misunderstanding!

Kevin Yu
=======
"This posting is provided "AS IS" with no warranties, and confers no
rights."
 
Back
Top