Jump to content

Recommended Posts

Posted

_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 :D

Posted

_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)

NEWHeader1.png

Posted

_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)

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.

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...