Combobox height
BlitzMax Forums/MaxGUI Module/Combobox height| 
 | ||
| No matter what height I pass to the create function, it is the same height.  I know there is a Windows message that will adjust this, but I forgot what it is? | 
| 
 | ||
| FOund it: SendMessageA(QueryGadget(g,QUERY_HWND),CB_SETITEMHEIGHT,-1,20-5); |