Jump to content

Recommended Posts

Posted

Hello,

I'm trying to automate PowerArchiver 9.62.3.0 installation using AutoIt V3. At the end, installation program give me the 2 following choices:

- Run PowerArchiver 2006

- What's New

I want to deselect both of them but I can't reach them by programing (WinWait and ControlClick functions). "AutoIt Active Window Info" doesn't give me the handles to reach these fields.

I also tried the "FindClassesByText" tool (FindClassesByText.au3 program) but with no good result.

Does anybody know how to reach thes "hidden" fields with?

Thanks,

Regards,

D. Croutz.

Posted

Hello,

I'm trying to automate PowerArchiver 9.62.3.0 installation using AutoIt V3. At the end, installation program give me the 2 following choices:

- Run PowerArchiver 2006

- What's New

I want to deselect both of them but I can't reach them by programing (WinWait and ControlClick functions). "AutoIt Active Window Info" doesn't give me the handles to reach these fields.

I also tried the "FindClassesByText" tool (FindClassesByText.au3 program) but with no good result.

Does anybody know how to reach thes "hidden" fields with?

Thanks,

Regards,

D. Croutz.

Have you tried using

Send("{TAB}")

when it is at the window until it is highlighting "Run PowerArchiver 2006" then do a

Send("{SPACE}")

to deselect it?

Posted

Hello,

Thanks for your help, I'm going to try this.

Regards.

Have you tried using

Send("{TAB}")

when it is at the window until it is highlighting "Run PowerArchiver 2006" then do a

Send("{SPACE}")

to deselect it?

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
  • Recently Browsing   0 members

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