
how do I indentify new data from the server to the browser in a browser control
Does anyone know what event fires on a VB browser control when data
comes back from the server into the browser.
Basically, I want to put a browser control on a vb form and find out
when a new row comes into my browser, then access the individual data
elements and put these values to a db. I know that IE5 has events
which I probably could use to access the information, but my web page
needs to work in both a browser and a browser embedded within a
control/form. If possible then how do I access the individual data
elements and determine which ones are new...