Comboboxgadget() open and display
Posted: Wed Jun 08, 2005 2:42 pm
				
				Hello PB users,
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:
Is there a native PB solution?
Thanks.
			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.