MSNLD / MSNLD-Chat-Client

A non-IE container for chatting with the classic MSN Chat Control.
GNU Affero General Public License v3.0
7 stars 0 forks source link

Hook calls from OCX #12

Closed realJoshByrnes closed 1 year ago

realJoshByrnes commented 2 years ago

The OCX somehow sends messages to the browser, which we should be able to intercept.

Simplest example is clicking on a URL. Other examples include the connection failure redirections, subscribe.msnw pages, etc.

realJoshByrnes commented 2 years ago

Question asked on SO - https://stackoverflow.com/questions/73162872/handle-axhost-events-designed-for-webbrowser-c

Not sure how to continue with this one.

realJoshByrnes commented 1 year ago

Closing this for now as I have no idea how to intercept those calls right now.

I suspect it's finding the right interface and implementing the event.