I have an IE Browser Helper Object (BHO) (written in C++) which records the height and width of iFrame(s) and the Main page when it receives a document complete notification (OnDocumentComplete). This code has been running fine up until now (all older Windows and IE versions) but has stopped working in IE11 (desktop) on Windows 8.1 for iFrames. Getting the width and height for the Main page still works.
I am using the get_Height and get_Width functions from the IWebBrowser2 interface. A call to these functions now return an error, 0x80004005 (Unspecified error) and the height and width returned back is 0.
Has anyone encountered this issue? It sounds like this could be a bug in IE11. Any help will be appreciated.
Thanks!