HELP ME TO FIND AN ERROR
C / C++ / MFC
1
Posts
1
Posters
0
Views
1
Watching
-
I'm trying to connect to IE events, and made quick & dirty demo ( it's here ). TROUBLE: when I'm getting document object of the IE frame, in which loaded document from another domain (not the same as top-level frame), an error occurs. And I can't to handle it correctly!! In debug mode message box with kernel exception popups... Demo Usage: 1) Run IE 2) Type address of page with frames from different domains ( www.search.msn.com for ex. ) 3) Press "Connect to OnMouseMove Button". When connected, if you will track mouse hover the doc, you woll listen short beeps. Help me to correctly handle an error in debug mode, when trying to access documents at search.msn.com and similar sites!!! Thanks!