Hi,
I am trying to get text from a 3rd party application. It has a "Internet Explorer_Server" class.
I can get the text by getting the hwnd and using HTMLDocument
objDoc As HTMLDocument
objDoc.body.innerText
However the text has unicode characters in it, when I do this all unicode characters return as "?"
How do I get them to return properly?
I am trying to get text from a 3rd party application. It has a "Internet Explorer_Server" class.
I can get the text by getting the hwnd and using HTMLDocument
objDoc As HTMLDocument
objDoc.body.innerText
However the text has unicode characters in it, when I do this all unicode characters return as "?"
How do I get them to return properly?