How to attach a control to combobox drop down event?

  • Thread starter Thread starter Patrick Blackman
  • Start date Start date
P

Patrick Blackman

I want to attach a usercontrol or form to the combobox drop down so that
when I click the down arrow the usercontrol or form is shown and not the
combobox dropdownlist. My aim is to create a color picker control
functionality.
 
On Tue, 24 May 2005 23:58:37 -0400, Patrick Blackman wrote:

Patrick,
I want to attach a usercontrol or form to the combobox drop down so that
when I click the down arrow the usercontrol or form is shown and not the
combobox dropdownlist. My aim is to create a color picker control
functionality.

Maybe one of this controls can give you some hints on how to implement a
color picker based on a combobox:

http://www.codeproject.com/vb/net/colorpicker2_cp.asp
http://www.codeproject.com/cs/miscctrl/dotnetcolorpicker.asp
http://www.codeproject.com/cs/miscctrl/LightColorPicker.asp
 
Back
Top