Jump to content

Accessing Buttons from 3rd party application


Recommended Posts

Can any one of you help me out in accessing a radio button from third party application.

I want to check whether the button is check or unchecked.

Upon using GUICtrlGetState(10019) or GUICtrlGetState("Button190"), we are getting result as -1

Below is the information which I got from AutoIT Window Info tool

Press CTRL-ALT-F to freeze the display.

>>>>>>>>>>>> Window Details <<<<<<<<<<<<<

Title: EFI Colorproof XF Client

Class: wxWindowClassNR

Size: X: -4 Y: -4 W: 1032 H: 746

>>>>>>>>>>> Mouse Details <<<<<<<<<<<

Screen: X: 650 Y: 472

Cursor ID: 2

>>>>>>>>>>> Pixel Color Under Mouse <<<<<<<<<<<

RGB: Hex: 0xB9994E Dec: 12163406

>>>>>>>>>>> Control Under Mouse <<<<<<<<<<<

Size: X: 641 Y: 416 W: 13 H: 13

Control ID: 10019

ClassNameNN: Button190

Text:

Style: 0x50020009

ExStyle: 0x00000000

>>>>>>>>>>> Status Bar Text <<<<<<<<<<<

(1):

(2): Total: 1

(3): Held: 1

(4): Processing: 0

(5):

(6): Connected to BAWORKFLOW-XF2

Link to comment
Share on other sites

The commands GUICtrlGetState(10019) or GUICtrlGetState("Button190") are for AutoIT Made GUIs. I would suggest you try looking at the Control commands in the helpfile to automate your GUI. :shocked:

EDIT: BBCode out of wack :(

Edited by Bert
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...