Norton AntiVirus and Hook ???
-
Hi all, I have a qiestion about Norton AntiVirus and SetWindowsHookEx(). In Win98, I installed Norton AntiVirus (ver.2000) and my program using SetWindowsHookEx(WH_GETMESSAGE...) to get the mouse message. The purpose of my program is to redirect the mouse button's performance. For example, when I click right button, I don't want system to show a popup menu but I want to simulate 'Enter' key. It works well in all O.S.. But in Win98 and WinMe, if I installed Norton Antivirus, my program will delay about 1 second. I write some values in registry and when I click mouse button, it will open and read the registry key value which I wrote. Is that the main reason to cause the delay ?? But in WinXP and Win2000 don't have this question. Does anyone can help me to check this issue ? If you need my source code to check , please let me know, I'll send to you . Thanks a lot. :confused: