I have a problem with shdocvw. I added it to form (smaple in VB6), and added handling of NewWindow2 event, so it opens popups in window selected by me.
Except popups opened by script, that I recently found (attached to program - it's test.htm). This one can open popup not handled by my program. You can open it simply using POPUP button on my app.
My question is - what API is used to do that? I tested it on Win XP, and I'm 100% sure it don't use ShellExecute or CreateProcess(Ex) to run IE instance, because it's opened by svhost.exe.
Can you help me?
Greets
Bisiek
Last edited by penagate; Nov 12th, 2007 at 03:14 PM.