Discussions related to Visual Prolog
daveplummermd
VIP Member
Posts: 80
Joined: 18 Jul 2006 17:18

Dropdown activation

Unread post by daveplummermd »

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
Dave Plummer
User avatar
Tonton Luc
VIP Member
Posts: 204
Joined: 16 Oct 2001 23:01

Re: Dropdown activation

Unread post by Tonton Luc »

Hi,

:idea: I think it's possible using this following code :

Code: Select all

_ = your_list_edit_ctrl:sendEvent(e_Native(0x014F,1,0)),
Post Reply