K
Keith Smith
I am reading this article...
http://www.codeproject.com/cs/combobox/csautocomplete.asp
About half-way down you will see a section titled "Using This Control"
(written in orange lettering).
Underneath that it says "Use this control in the same manner as you would a
regular System.Windows.Forms.ComboBox. Add it to your form, via the designer
or programmatically as detailed below".
Which brings me to my question...I don't want to add the control
programmatically. How do you do it using the designer? Normally I would
drag it from the toolbar on the left, but in this case (I guess because it
is a custom control) it is not there.
Thanks!
http://www.codeproject.com/cs/combobox/csautocomplete.asp
About half-way down you will see a section titled "Using This Control"
(written in orange lettering).
Underneath that it says "Use this control in the same manner as you would a
regular System.Windows.Forms.ComboBox. Add it to your form, via the designer
or programmatically as detailed below".
Which brings me to my question...I don't want to add the control
programmatically. How do you do it using the designer? Normally I would
drag it from the toolbar on the left, but in this case (I guess because it
is a custom control) it is not there.
Thanks!