Jump to content

controlcommand and non-standard controls


cag8f
 Share

Recommended Posts

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?

Link to comment
Share on other sites

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.

Link to comment
Share on other sites

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
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...