is there a way to tell if the GUICtrlCreateCombo is open or closed (currently being chosen). I have a logic set that reads GUICtrlCreateCombo and then does a database query. I would rather wait until the drop down closes, before the real time query is made instead of cycling though the choices. is there a way to tell if its open or closed for a read?