Click here to Skip to main content
15,884,472 members
Please Sign up or sign in to vote.
4.00/5 (1 vote)
See more:
When a mouse move is done on IE6 the corresponding Hook message (WH_CBT), call back function (CBTProc) is called with first argument ncode as 3 (HCBT_CREATEWND) and this works fine. In case of IE8 when mouse move is done Hook message (WH_CBT) call back function, (CBTProc) is called with first argument ncode as 6 (HCBT_CLICKSKIPPED)

Please tell me what I should change to make it work as in IE6 or why in IE8 different code is sent as argument. Please someone reply ASAP.
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)

  Print Answers RSS
Top Experts
Last 24hrsThis month


CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900