Jump to content

_TesseractControlFind


Recommended Posts

Hi,

I've been trying this UDF from

I'm trying to get the text from a combobox in notepad font property but it only save a tiff file and does not return the array of texts.

Thanks ahead.

ShellExecute("notepad.exe")
WinWaitActive("Untitled - Notepad")
$hWnd = "[CLASS:Edit; INSTANCE:1]"
Send("!O")
Send("F")
WinWaitActive("Font")

_TesseractControlFind("Font", "", "[CLASS:ComboBox; INSTANCE:5]", "Western", 1, 0, "", 1, 1, 1, 5, 2, 0, 0,  0,  0,  1)
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

×
×
  • Create New...