nend Posted December 14, 2007 Posted December 14, 2007 Is it possible to empty the value from a combobox without add a empty value to it? Now i use GUICtrlSetState($combo, $GUI_FOCUS) Send("{del}") But this option won't work al the time.
GaryFrost Posted December 14, 2007 Posted December 14, 2007 _GUICtrlComboBox_SetEditText ($hCombo, "") SciTE for AutoItDirections for Submitting Standard UDFs Don't argue with an idiot; people watching may not be able to tell the difference.
nend Posted December 14, 2007 Author Posted December 14, 2007 _GUICtrlComboBox_SetEditText ($hCombo, "")Hoi Garyfrost,Thanks for your reply!I thinks this functie works for v3.2.10.0 but I still have 3.2.8.1 because in 3.2.10.0 are so much functions rewritten en I have a very large programm (7800 lines).I have to rewrite my programm to use this.I wil do this in time so I can stil use the newest autoit version in the future,Have you got a different solution for me that I can use now?
therks Posted December 14, 2007 Posted December 14, 2007 I believe there's an equivalent UDF in your version for what Gary posted. But I think you could also use ControlSetText. My AutoIt Stuff | My Github
nend Posted December 14, 2007 Author Posted December 14, 2007 I believe there's an equivalent UDF in your version for what Gary posted. But I think you could also use ControlSetText.Thanks this work fine for me!
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