D
Deodiaus
I am using MS WinXP, running IE6 with a java applet. I want to
intercept the text going into the java applet. Using the Win32 api, I
can get to the sunawtcanvas, but need to get the text going to the
screen. I take it that java bypasses the Win32 API and writes its own
text to the screen (instead of passing on its writing to Win32 via
SendMessage(WM_SETTEXT)). Is there a way to intercept that text and
move it to another windows application.
intercept the text going into the java applet. Using the Win32 api, I
can get to the sunawtcanvas, but need to get the text going to the
screen. I take it that java bypasses the Win32 API and writes its own
text to the screen (instead of passing on its writing to Win32 via
SendMessage(WM_SETTEXT)). Is there a way to intercept that text and
move it to another windows application.