Question : how to change a textbox from a combobox

Hi
I have information on a text box , i want when click a edit buton, a pop up with some information appears in a combo, is any way to convert it or change it without change the control

thanks
edo

Answer : how to change a textbox from a combobox

Hi!

AFAIK, You can't.

Because the Textbox does not have the facility to provide the functionality i.e., show a list and select one from it.

On the other hand you can show combobox "nearly" equal to textbox by varying its properties like: (from property Window)

DropDownStyle = Simple
then decrease its size,
FlatStyle = System

etc.
Random Solutions  
 
programming4us programming4us