My Application contains ole widgets.To handle ole widgets , I use mouse hook procedure to keep track the mouse click events.while closing the application , it provides some flickering and sometimes it shows the following errors
- Unable to use the location explorer.exe
- C:\Windows\System32\vsjitdebugger.exe (Runtime error)
Regards,
karthik
The Solution for this problem is as follows:
SetWindowsHookEx()
,SetWindowsHookEx()
. When you replace the NULL as currentthreadID, the runtimeerror is solved.