How can i make combo box dropdowned when that is focus?
I like to make internet explorer address bar like combo box, automatically dropdown and show only items that have typed contents as first part.
|
Go4Expert Member
|
|
| 4May2007,11:34 | #1 |
|
How can i make combo box dropdowned when that is focus?
I like to make internet explorer address bar like combo box, automatically dropdown and show only items that have typed contents as first part. |
|
Go4Expert Founder
|
![]() |
| 4May2007,11:36 | #2 |
|
There is a property I don't remember exactly at this moment but its something like drop or dropped or something like that and you need to set that to true.
|
|
Newbie Member
|
|
| 29Apr2011,23:58 | #3 |
|
on gotfocus, sendkeys "{F4}"
|