Posted by: Beni Bollin
Hello all
I use cListViewDropDown to populate some information in a list. Now I
want to automatically drop down (open the list view) the list, when
somebody is clicking on a pushbutton. Like the function
VisListSetDropdownState for a combo box.
I was trying to sending the keystrokes ALT and DOWN with
! Call keybd_event( VK_Alt, 0x0,0,0 )
! Call keybd_event( VK_Down, 0x0,0,0 )
! Call keybd_event( VK_Down, 0x0,2,0 )
! Call keybd_event( VK_Alt, 0x0,2,0 )
But I also was not successful.
Is there any way to open a list view (which seems to be like a combo
box) automatically?
Thanks in advance and best regards
Beni Bollin