Dropdown toolbuttons
-
I need a drop down color picker on a toolbar . The concern is when it drops down it should list only 16 specific colors that can be varied dynamically. That is it should list only specific colors in the drop down list. Are there any specific articles that suit this requirememt. Thanx in advance. laiju
-
You could always try the Colour Pickers available on this site. You can always adapt them to use your own set of colours. The one I use is Chris Maunders CColorPicker. http://www.codeproject.com/miscctrl/colour_picker.asp[^] Good luck, Iain.
-
I need a drop down color picker on a toolbar . The concern is when it drops down it should list only 16 specific colors that can be varied dynamically. That is it should list only specific colors in the drop down list. Are there any specific articles that suit this requirememt. Thanx in advance. laiju
You could always try the Colour Pickers available on this site. You can always adapt them to use your own set of colours. The one I use is Chris Maunders CColorPicker. http://www.codeproject.com/miscctrl/colour_picker.asp[^] Good luck, Iain.
-
I need a drop down color picker on a toolbar . The concern is when it drops down it should list only 16 specific colors that can be varied dynamically. That is it should list only specific colors in the drop down list. Are there any specific articles that suit this requirememt. Thanx in advance. laiju
You might also want to look at CRulerRichEditCtrl - a complete RTF mini-editor[^] for a toolbar / colour popup in action. Iain.