Jump to content

Click succeeds but window does not open


Recommended Posts

Hi guys, Sorry I am very new to AutoIt. I have tried quite a few stuffs and read quite a few posts on these forums but I cannot get this simple click to work.

If I click on "openfile..." manually it of course open a standard windows dialogue to choose a file. Bellow, it does not. 
Memtool is free of charge if you wanna try, you can download it here

$Success= ControlClick("Infineon - Memtool 4.9 on mPAD with TC39x B-Step (DAS)", "", "[CLASS:Button; INSTANCE:2]")

Switch $Success
    Case 0
        MsgBox(16,"Autoit","ControlClick Failed")
    Case 1
        MsgBox(0,"Autoit","ControlClick Success")
EndSwitch

1971505577_2021-04-2609_48_08-.thumb.png.fab58a6fe2bdef3466ee90d2e4161159.png

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