How do I get a comboboxgadget to open up and display a particular item? I know I can set the item by index and that item will display, but the comboboxgadget does not open up.
I've done it in another BASIC with a dll call:
Code: Select all
Calldll #user32, "SendMessageA", hWnd as long, __CB_SHOWDROPDOWN as long, 1 as long, 0 as long, r as void.Thanks.

