Jump to content

find a text with position x,y


Recommended Posts

I did this in notepad because I don't have your program:

Opt("SENDKEYDELAY",250);Slows down the type rate of the program
Run('notepad.exe');open notepad
Sleep(1000);wait for notepad to open
Send("{ALTDOWN}F{ALTUP}S{CTRLDOWN}AC{CTRLUP}");Open the file > save. Select all and then copy
$A = ClipGet();Get the data in the clipboard
MsgBox(0,"",$A)

Tested and working for notepad.

Edited by computergroove

Get Scite to add a popup when you use a 3rd party UDF -> http://www.autoitscript.com/autoit3/scite/docs/SciTE4AutoIt3/user-calltip-manager.html

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