Jump to content

ThunderRT6PictureBox clickable?


Recommended Posts

Hi,

I have a Problem.

I need to automate a installation and now i need to check some boxes in a class named "ThunderRT6PictureBox" i think it's a vb class.

I can't access the radio buttons via ID, CLASSNN oder Text because they are all named the same.

Any Ideas how i can click those items?

Here's my Code:

winwait("Setup - STARTER V4.3.0.0", "Achtung:") //That works

WinActivate("Setup - STARTER V4.3.0.0", "") //works too

Controlclick("Setup - STARTER V4.3.0.0", "", "ThunderRT6PictureBoxDC1", "primary", 5, 14, 15)

Controlclick("Setup - STARTER V4.3.0.0", "", "ThunderRT6PictureBoxDC1", "primary", 1, 14, 65)

Controlclick("Setup - STARTER V4.3.0.0", "", "ThunderRT6PictureBoxDC1", "primary", 1, 14, 80)

Controlclick("Setup - STARTER V4.3.0.0", "", "ThunderRT6PictureBoxDC1", "primary", 1, 14, 100)

Controlclick("Setup - STARTER V4.3.0.0", "", "ThunderRT6PictureBoxDC1", "primary", 1, 14, 115)

Controlclick("Setup - STARTER V4.3.0.0", "", "ThunderRT6PictureBoxDC1", "primary", 1, 14, 151)

Controlclick("Setup - STARTER V4.3.0.0", "", "ThunderRT6PictureBoxDC1", "primary", 1, 14, 166 )

Controlclick("Setup - STARTER V4.3.0.0", "", "ThunderRT6PictureBoxDC1", "primary", 2, 307, 165)

Controlclick("Setup - STARTER V4.3.0.0", "", "ThunderRT6PictureBoxDC1", "primary", 1, 14, 183)

Sorry for non highlighting my code but IE still sucks^^

Thank you

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