Newsgroups : Borland : borland.public.delphi.internet.winsock : 2006 Sep : Re: popup killer
| Subject: | Re: popup killer |
| Posted by: | "Remy Lebeau (TeamB)" (no.spam@no.spam.com) |
| Date: | Thu, 7 Sep 2006 09:35:31 |
"keith" <support@borlandbbs.cn> wrote in message
news:44ffee6d@newsgroups.borland.com...
> I want to add this feature in my application, when it is running, it
> can block popups while surfing internet with IE. I can find little
> information in internet about how to block popups in delphi codes.
Assuming that you are using the TWebBrowser component, then use the
OnNewWindow2 and OnBeforeNavigate2 events to block unwanted windows and
URLs.
Gambit