.net - Interacting With Java Applet -


Does anyone know if it is possible to communicate with Java applet through .NET?

EDIT: I was able to use the UI automation framework to detect Java Applet, and read OACR data from there and use to simulate mouse / keyboard input in the applet.

You may be able to do this by using the Accessibility API, which allows screen readers Are designed to go and similarly interact with the programs. Take a look at this:


Comments