[2005] Popup Blocker?--PLEASE HELP!
Hi! I'm looking for a code sample that would prevent popups from appearing. I am building a web application and some websites regularly have popups and to prevent people from using 3rd party software for their popup blocker, I would like to include some in my own application. PLEASE HELP! Thank you.
I would also appreciate it if you could include the event code. Thanks.
Re: [2005] Popup Blocker?--PLEASE HELP!
you could use FindWindowEX and all those goodies to get the window hwnd and hide it or close it or what not... post back if you need the code to do this... im asuming you know what im talking about...
Re: [2005] Popup Blocker?--PLEASE HELP!
I dont know the code but I understand what you have mentioned since I have been looking at other forums. If you could please provide the code for the event window hwnd.