Jump to content

Unable to select the content from Combobox


Recommended Posts

Hi All,

I am using Autoit to integrate with the system created in VB. In that I am not able to select perticular option from the combobox. The contents of the combobox are hidden. I used AutoSetOption() to get the hidden contents but it doesn't return ComoboBox contents. I tried using some functions like ControlCommand, ControlListView,ControlTreeView with SelectString,Select, ShowDropDown, Expand etc. options but unsuccessful.

Even I tried to get index using GetSelected option but that is also not working.

Please let me know if anyone has done anything related to this and has got the solution.

Thanks in advance,

Digvijay

Link to comment
Share on other sites

GUICtrlRead() may help but without seeing you code it is hard to help you properly.

Look in the help file to get more information about GUICtrlRead()

E.g. GUICtrlRead($hCombo) will read the current selection from your combobox when $hCombo is the variable where the control id is saved to.

Br,

UEZ

Please don't send me any personal message and ask for support! I will not reply!

Selection of finest graphical examples at Codepen.io

The own fart smells best!
Her 'sikim hıyar' diyene bir avuç tuz alıp koşma!
¯\_(ツ)_/¯  ٩(●̮̮̃•̃)۶ ٩(-̮̮̃-̃)۶ૐ

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...