Hello
Is it possible to programmatically activate the dropdown section of a list edit control?
I want to drop down to reveal the list elements without activation by the user.
thanks in advance
dave
-
- VIP Member
- Posts: 204
- Joined: 16 Oct 2001 23:01
Re: Dropdown activation
Hi,
I think it's possible using this following code :

Code: Select all
_ = your_list_edit_ctrl:sendEvent(e_Native(0x014F,1,0)),