i am trying to click a button in the showmypc application (showmypc.com), called "show my pc now"
i am trying to click on a button but based off the window info from autoIT, it looks like its a picture box. i have tried using mouse click and control click with no luck. i read a few posts about using IE.au3 with image click functionality but got the impression that only works with I.E.
for mouse click i moved the window to certain x, y and used window info to get button coords. tried using mouse click with coords and did not work, no response / error.
used control click like below and still no go, no response / error
ControlClick("ShowMyPC Collaboration 3152 ","","ThunderRT6PictureBoxDC4", "left")
ControlClick("ShowMyPC Collaboration 3152 ","","[CLASS:ThunderRT6PictureBoxDC; INSTANCE:4]", "left")
here is the info from window info finder
>>>> Window <<<<
Title: ShowMyPC Collaboration 3152
Class: ThunderRT6FormDC
Position: 579, 248
Size: 524, 483
Style: 0x16CE0000
ExStyle: 0x00040100
Handle: 0x0046142E
>>>> Control <<<<
Class: ThunderRT6PictureBoxDC
Instance: 4
ClassnameNN: ThunderRT6PictureBoxDC4
Name:
Advanced (Class): [CLASS:ThunderRT6PictureBoxDC; INSTANCE:4]
ID: 6
Text:
Position: 16, 80
Size: 227, 43
ControlClick Coords: 106, 21
Style: 0x56010000
ExStyle: 0x00000004
Handle: 0x0051144A
>>>> Mouse <<<<
Position: 709, 379
Cursor ID: 0
Color: 0x6E6E6E
>>>> StatusBar <<<<
>>>> ToolsBar <<<<
>>>> Visible Text <<<<
Allow Full Control
Frame1
00:00:00
8:22:42 AM Select an option and Start
English
i am trying to click on a button but based off the window info from autoIT, it looks like its a picture box. i have tried using mouse click and control click with no luck. i read a few posts about using IE.au3 with image click functionality but got the impression that only works with I.E.
for mouse click i moved the window to certain x, y and used window info to get button coords. tried using mouse click with coords and did not work, no response / error.
used control click like below and still no go, no response / error
ControlClick("ShowMyPC Collaboration 3152 ","","ThunderRT6PictureBoxDC4", "left")
ControlClick("ShowMyPC Collaboration 3152 ","","[CLASS:ThunderRT6PictureBoxDC; INSTANCE:4]", "left")
here is the info from window info finder
>>>> Window <<<<
Title: ShowMyPC Collaboration 3152
Class: ThunderRT6FormDC
Position: 579, 248
Size: 524, 483
Style: 0x16CE0000
ExStyle: 0x00040100
Handle: 0x0046142E
>>>> Control <<<<
Class: ThunderRT6PictureBoxDC
Instance: 4
ClassnameNN: ThunderRT6PictureBoxDC4
Name:
Advanced (Class): [CLASS:ThunderRT6PictureBoxDC; INSTANCE:4]
ID: 6
Text:
Position: 16, 80
Size: 227, 43
ControlClick Coords: 106, 21
Style: 0x56010000
ExStyle: 0x00000004
Handle: 0x0051144A
>>>> Mouse <<<<
Position: 709, 379
Cursor ID: 0
Color: 0x6E6E6E
>>>> StatusBar <<<<
>>>> ToolsBar <<<<
>>>> Visible Text <<<<
Allow Full Control
Frame1
00:00:00
8:22:42 AM Select an option and Start
English