Jump to content

checkbox with autoit


Heather
 Share

Recommended Posts

Hello everyone,

in my script in order to install an application, among the steps there's a box has to be checked wilhe the rest are unchecked, here's my code:
    WinWaitActive("SAP Front End Installer")

ControlSend("SAP Front End Installer", "", "[CLASS:#32770; TEXT:Analysis plugin; INSTANCE:1]", "Check", "")

 

PS: the box to check is "Analysis plugin" which is under "Analysis for microsoft office"

image.png.026b364e7ea9cbd218d397683ae4a5ef.png

 

can anyone help.

 

 

Edited by Heather
Link to comment
Share on other sites

  • 1 month later...
On 10/21/2021 at 11:01 AM, Heather said:

Hello everyone,

in my script in order to install an application, among the steps there's a box has to be checked wilhe the rest are unchecked, here's my code:
    WinWaitActive("SAP Front End Installer")

ControlSend("SAP Front End Installer", "", "[CLASS:#32770; TEXT:Analysis plugin; INSTANCE:1]", "Check", "")

 

PS: the box to check is "Analysis plugin" which is under "Analysis for microsoft office"

image.png.026b364e7ea9cbd218d397683ae4a5ef.png

 

can anyone help.

 

 

Try:ControlFocus

 

iam ِAutoit programmer.

best thing in life is to use your Brain to

Achieve

everything you want.

Link to comment
Share on other sites

  • 2 weeks later...

try this first:

ControlSend("SAP Front End Installer", "Analysis plugin", "[CLASS:#32770;INSTANCE:1]", "Check")

if not work try it with class:(class of window)

ControlSend("[CLASS:type class here]", "Analysis plugin", "[CLASS:#32770;INSTANCE:1]", "Check")

 

Edited by ad777

iam ِAutoit programmer.

best thing in life is to use your Brain to

Achieve

everything you want.

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