Jump to content

Readout a value from a program...


 Share

Recommended Posts

Hello,

I am trying to get a value from a program. I managed to even mark the value I need through Autoit script but I don't want to use copy&paste because other programs might also be using it. I feel like a complete fool for not finding it out by myself. :)

#cs ----------------------------------------------------------------------------

 AutoIt Version: 3.2.10.0
 Author:         myName

 Script Function:
    Template AutoIt script.

#ce ----------------------------------------------------------------------------

; Script Start - Add your code below here

Dim $Value

Run ( "program.exe" )

WinWaitActive ( "program" )
ControlClick ( "program" , "", "Button4")

ControlFocus ( "program", "", "Edit3" )
ControlClick ( "program", "", "Edit3","", 2 )

By now the program already offered the value but i cannot get it. I feel like having a cookie and beeing unable to get it in my mouth. :P

Does anyone have an example of some readout example?

Felix

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