Now I want to handle the message of WM_MOUSEWHEEL. But while I add this handler in the message processing function, the VC++ compiler tell me that error C2065: 'WM_MOUSEWHEEL' : undeclared identifier but the WM_MOUSEWHEEL is identified while I check in the MSDN, and no other header file is requested in the help of MSDN.:confused:
X
xuhongsheng
@xuhongsheng