What is the correct syntax for %LB_SETANCHORINDEX AND
%LB_SETCARETINDEX?
I have tried:
control send CBHNDL, %IDC_LISTBOX2, INDEXNUM,0
control send CBHNDL, %IDC_LISTBOX2, INDEXNUM, 1,
which should show an item selected in my listbox.
I want to preselect one or more items in a multiple select listbox.
Any ideas?
Thanks,
John Tate
%LB_SETCARETINDEX?
I have tried:
control send CBHNDL, %IDC_LISTBOX2, INDEXNUM,0
control send CBHNDL, %IDC_LISTBOX2, INDEXNUM, 1,
which should show an item selected in my listbox.
I want to preselect one or more items in a multiple select listbox.
Any ideas?
Thanks,
John Tate
Comment