Hi Earl,
Anyone know how to capture text from GUI output? I need to process
information returned via a GUI window.
Earl
Assuming Windows, then these guys have an interesting tool:
http://www.skesoft.com/textcatch.htm
It's not free, but you can try it before you buy it.
You will need COM to cont
Earl Eiland wrote:
> This sounds like just what I need. What is COM, and where do I get
it?
Also worth checking out:
Simon Brunning's WinGuiAuto - control/query of windows and controls,
including the function getEditText to read the text in an edit control.
See http://www.brunningonline.net/simo
On Tue, 2005-03-08 at 14:27, [EMAIL PROTECTED] wrote:
> Earl Eiland wrote:
> > Anyone know how to capture text from GUI output? I need to process
> > information returned via a GUI window.
> >
> > Earl
>
> Assuming Windows, then these guys have an interesting tool:
> http://www.skesoft.com/te
Earl Eiland wrote:
> Anyone know how to capture text from GUI output? I need to process
> information returned via a GUI window.
>
> Earl
Assuming Windows, then these guys have an interesting tool:
http://www.skesoft.com/textcatch.htm
It's not free, but you can try it before you buy it.
You
Earl Eiland wrote:
Anyone know how to capture text from GUI output? I need to process
information returned via a GUI window.
It might help (at least in terms of justifying this as an
on-topic post) to describe in what way this is a Python
question. Is it a Python program that produces the output?