Jump to content

Menu Deselection


Recommended Posts

Hello,

I'am installing some applications with autoIT V3 and I have a problem.

How is it possible to select or deselect button in an install window ?

In the unclose exemple, I want to deselect the first line (Flexnet utilities v10.8....)

Thanks a lot.

RDIDIER

Link to comment
Share on other sites

I try to stick with Control*() functions where possible. I normally get the select with alittle focus.

Example

WinWait('VISUAL', '')
ControlFocus('VISUAL', '', 'SysListView32')
ControlSend('VISUAL', '', 'SysListView32', '{SPACE}')
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...