"Henk Verhoeven" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> Chung Leong wrote:
> >
> > It's easy. Just create an application that hosts the MSHTML ActiveX
control
> > (IE itself minus the interface). With tools like Delphi or Visual Basic,
> > it's literally a matter of dragging and dropping the control into the
form.
> > Even in Visual C++ it's not that hard.
> >
> Hi Chung ,
>
> Of coure i want to ship my personal browser with my products too :-),
> but will this be immune to those popup blockers?

Third party extensions are not loaded by the MSHTML control, so it wouldn't
be affected by pop-up blockers--or spyware for that matters. WinXP SP2's
popup blocker is controlled by something known as IInternetSecurityManager,
whose behavior you can override by implementing your own.


-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to