MikeJoel
02-19-2008, 01:49 PM
I was showing someone my code and they were saying it would be a lot easier to just access the IE window's DOM. But all the samples I find are in .NET which I can't make sense of.
Can someone show me how to go about accessing the DOM of a IE Window?
Thank you
Mike
tHuNd3r
02-19-2008, 01:59 PM
is your application based on XML read/write?
what are you trying to do on your code?
MikeJoel
02-19-2008, 02:28 PM
I am trying to make a voice synthesising app to read the contents of the IE Browsers.
I need to be able to access a IE browser window's DOM (event.clientX, event.clientY, elementfrompoint(x,y) and such). That is basically how I work it to get the link text and other stuff.
I wrote a complete browser a while back, and instead of trying to fish through all the code I would like to make an app that just used running IE browsers (without having to have VB open them).
thanks
Mike