This is related to (http://stackoverflow.com/questions/1547614/how-to-get-html-element-coordinates-using-c)
The answer given here is quite good. However, opening up a full instance of Internet Explorer seems like overkill if you're trying to process a good deal of information from within your own spider.
Has anyone found/encountered/thought of a way to to do this using the underlying interface structures of IE (Like IHTMLDocument2 and it's brethren).
Thanks in advance.