Is there a way to read text contained in java applet in Webpage

Is there a way to read text contained in java applet in Webpage(already opend on the Desktop) to use the text ,
i want to program an application when run it ,he read the text in that webpage and then do farther processing to it,
[233 byte] By [AMH] at [2007-12-16]
# 1
There is no way to read text inside a Java Applet since whatever text/images are being generated are secured by the Java VM and it would definately not allow any program to access it.

The only long option is to take a screen capture of the screen and then try to perform an OCR (Optical Character Recognition) of the text printed on the applet.

Regards,
Saurabh Nandu
www.MasterCSharp.com
www.AksTech.com

SaurabhNandu at 2007-9-9 > top of Msdn Tech,Visual C#,Visual C# General...