Forum Discussion
YMinaev
Staff
15 years agoHi,
Text Recognition hooks Windows API functions which draw text on the screen. Java uses its own methods to draw text.
To access data of your control, you need to use its native methods (see the Ways to Interact With Application Objects help topic). This allows you to access it in the way you'd do inside your application.