cag8f Posted January 2, 2011 Posted January 2, 2011 I have a combo box which may or may not be a non-standard windows control. I can succesfully use controlcommand with the "showdropdown" option on it. Can I assume because one controlcommand option works on it, they *all* will work? Or do non-standard windows controls behave curiously, in that some controlcommands will work and some won't?
Zedna Posted January 2, 2011 Posted January 2, 2011 In such case try Combobox UDF #Include <GuiComboBox.au3> or #Include <GuiComboBoxEx.au3> Details in helpfile Resources UDF ResourcesEx UDF AutoIt Forum Search
cag8f Posted January 3, 2011 Author Posted January 3, 2011 OK thanks. As a diagnostic I tried to get _GUICtrlComboBoxEx_ShowDropDown() to show the menu of the combo box. The entire script is: #include <GuiComboBoxEx.au3> _GUICtrlComboBoxEx_ShowDropDown($handle, True) Exit For $handle I specified the "Handle" of the combobox, as returned by the AutoIt Info tool. However nothing happens when I run the script. Am I correct that this should show the menu of the combobox? Please let me know if I'm doing anything wrong as far as syntax or operation.
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