Click to See Complete Forum and Search --> : Dropdown list with additional space for user entry??
Lyla
Nov 13th, 1999, 07:18 PM
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.
MartinLiss
Nov 13th, 1999, 10:34 PM
Use a ComboBox with a Style = 0 or 1.
------------------
Marty
Yonatan
Nov 13th, 1999, 10:40 PM
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: RZvika@netvision.net.il
ICQ: 19552879 (http://www.icq.com/19552879)
AIM: RYoni69
vbforums.com
Copyright Internet.com Inc., All Rights Reserved.