Jump to content

Recommended Posts

Posted

Hi,

I have an application where three options

I have to left click the mouse there and if i press the starting key option then it will get selected.

for example,

left click and r key will select the option rest in that box.

Thanks in Advance

Posted

Look under the _GUICtrlComboBox_* functions to manipulate the Combo-Box if it's a combo box at all, or maybe _GUIListBox_* functions if it's a List-Box control. All these functions require a handle to the window and thus require to use the Control* functions. You can use AutoIt Window Info (Ctrl+F6 from SciTE editor) to get the control's ID or ClassnameNN, etc..

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