Hi there..
If you have a Dropdown list with predefined options like:
A , B , C , D AND a Space for the user entry which is not in the list.
I think you know what i mean :).
How can I do this??
Thanx for reading/helping
Lyla.
Printable View
Hi there..
If you have a Dropdown list with predefined options like:
A , B , C , D AND a Space for the user entry which is not in the list.
I think you know what i mean :).
How can I do this??
Thanx for reading/helping
Lyla.
Use a ComboBox with a Style = 0 or 1.
------------------
Marty
Create a ComboBox - change it's Style property to 1 (Simple Combo).
If you want predefined text in the space for user entry - put it in the Text property.
If you want predefined options in the list - put it in the List property in Design Time - or use the AddItem method in Run Time.
------------------
Yonatan
Teenage Programmer
E-Mail: [email protected]
ICQ: 19552879
AIM: RYoni69