Re: How to invoke popup blocker setting dialog via code?



"Shanfeng Cheng" <sfcheng@xxxxxxxxx> wrote in message
news:1126592208.974082.283130@xxxxxxxxxxxxxxxxxxxxxxxxxxxx
> Is there anyway to invoke the popup blocker settings dialog with my
> own code in Windows XP SP2?

inetcpl.cpl exports an undocumented function
DisplayPopupWindowManagementDialog. I suspect this is it. I don't know
what parameters it expects.

> What about the newly added "Manage Add-ons" dialog?

Don't know about this one. I suspect LaunchSecurityDialogEx (another
undocumented export from itetcpl.cpl) but have no further information,
sorry.
--
With best wishes,
Igor Tandetnik

With sufficient thrust, pigs fly just fine. However, this is not
necessarily a good idea. It is hard to be sure where they are going to
land, and it could be dangerous sitting under them as they fly
overhead. -- RFC 1925


.