MagnumXL Posted April 14, 2009 Posted April 14, 2009 _GUICtrlEdit_GetSel works just fine for and InputBox but returns 0's for a ComboBox. any suggestions? I did a search but found nothing that seemed to reference this issue. Thank you in advance
Valuater Posted April 14, 2009 Posted April 14, 2009 _GUICtrlEdit... is designed specifically to work with an "Edit" control only ( do not use with InputBox) _GUICtrlComboBox.... is designed to work with a "Combobox" only Maybe look at GuiCtrlRead() for the ComboBox too 8)
MagnumXL Posted April 14, 2009 Author Posted April 14, 2009 _GUICtrlEdit... is designed specifically to work with an "Edit" control only ( do not use with InputBox)_GUICtrlComboBox.... is designed to work with a "Combobox" onlyMaybe look at GuiCtrlRead() for the ComboBox too8)Sure enough... I searched for _GUICtrlCombo in the help file and got no topics... so I assumed that it didnt exist. Going ot the Index tab found it though. Thank you very much.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now