|
-
Feb 24th, 2003, 02:08 PM
#1
Thread Starter
Frenzied Member
ComboBox
how do you make a combobox read-only?
-
Feb 24th, 2003, 03:23 PM
#2
Sleep mode
Re: ComboBox
Originally posted by EyeTalion
how do you make a combobox read-only?
I don't think combobox has this property !!but there is alternative way to make it readonly !
-
Feb 24th, 2003, 03:26 PM
#3
Thread Starter
Frenzied Member
I just don't want the user to be able to type in there...
-
Feb 24th, 2003, 03:27 PM
#4
Sleep mode
Originally posted by EyeTalion
I just don't want the user to be able to type in there...
Well , it's easy then
you can do it through code like so:
VB Code:
ComboBox1.DropDownStyle = ComboBoxStyle.DropDownList
or within combobox properties window :
setdropdownstyle to DropDownList
-
Feb 25th, 2003, 09:58 AM
#5
Thread Starter
Frenzied Member
thanks...have you worked with the DateTimePicker control? In the dropdown it's showing:
Tuesday, Febuary 25, 2003...I'll like it to show 02/25/03 (MM/dd/yy)...not sure where to set it though?
-
Feb 25th, 2003, 12:44 PM
#6
Frenzied Member
There is a property you can set to short date time.
Dont gain the world and lose your soul
-
Feb 25th, 2003, 01:01 PM
#7
Thread Starter
Frenzied Member
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
|