get full text in textbox control
I have 1 application write by Java applet.
It have 1 panel have many link to download report. but when I interrogation this panel, in fact this is a textbox keep html string.
I try to get html string by property GetText of textbox. but string longer than max buffersize of textbox.
Please advice.