If this is being used in a control, you probably need one extra "out" param
used by the control window framework in pythonwin. In my code, I've been
unable to effectively cancel the OnBeforeNavigate2 event though, but I don't
think its related to pywin32. I could get the OnNewWindow3 event to can
Hello all,
I'm trying to embed IE to a GTK app and control IE behavior via the
DWebBrowserEvents2 interface.
Embedding works, events like OnBeforeNavigate2 or OnNewWindow2 are
comming fine but when I try to return (from the callback) a Cancel
value which suppose stop IE from next page loadin