We have a custom web browser that is built using IE SDK. We need to
trap MessageBox events. Typically these are javascript message box
pop ups. I am using BugslayerUtil.dll's
HookImportedFunctionsByNameA( ) to hook on to the event.
( http://www.microsoft.com/msj/0298/bugslayer0298.aspx ) . This works
perfectly fine on Windows 2000, however the same code fails on windows
2003 server. I am unable to trap the message box event on w2k3 ONLY.
Is it due to some security enhancement in w2k3 or is it something
else?
Please let me know if you need further information.
If someone has any idea please help.
Regads,
Kiran.