|
-
Nov 13th, 1999, 08:18 PM
#1
Thread Starter
Addicted Member
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.
-
Nov 13th, 1999, 11:34 PM
#2
Use a ComboBox with a Style = 0 or 1.
------------------
Marty
-
Nov 13th, 1999, 11:40 PM
#3
Guru
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
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|