I'm having the VB6 application a front end which has the numerous menus will load the java applet window. I need to capture the windows events(Created and Destroyed). Based on the events I'm doing some background process.
I had tried implemented using RegisterWindowMessage("ShellHook") and SetWindowsHookEx to grab the Windows event it results success but the Java Jdialog window creation and destroy events are not coming to my WndProc / ShellProc module. Is there any other api / dll or way to capture all the system wide Windows Event hooks to achieve this.
Thanks in advance.
I had tried implemented using RegisterWindowMessage("ShellHook") and SetWindowsHookEx to grab the Windows event it results success but the Java Jdialog window creation and destroy events are not coming to my WndProc / ShellProc module. Is there any other api / dll or way to capture all the system wide Windows Event hooks to achieve this.
Thanks in advance.