one way would be to get handle to the active window i.e that you are trying
to read from and then iterate over it's objct model.
check shellwindow() .. it has some limitations.
> Hi
> Can somebody please tell me how I can read text from another running
> application.
> From a textbox in that application for example
Hi,
you can read other web pages using a simple HttpRequest and read returned
HTML code, or if the applications are on the same server and in the same
application pool, you can read any file using System.IO namespace, or you
meant something else?
Regards,
Lukas Holota
> Hi
> Can somebody please tell me how I can read text from another running
> application.
> From a textbox in that application for example