Vaclav Opekar wrote:
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
> Sent: Sunday, 8 June 2008 9:47 PM
> To: python-win32@python.org
> Subject: [python-win32] IE control via DWebBrowserEvents2
>
> Hello all,
> I'm trying to embed IE to a GTK app and control IE behavior via the
> DWebBrowserEvents2 interface.
> Embedding works, events like O
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