WM_MOUSEHOVER and TRACKMOUSEEVENT unknown?
-
Hello there, I am trying to build a custom button in win32 c++ and trying to utilize the WM_MOUSEHOVER message in the Window Procedure. But when i try to compile the code it says WM_MOUSEHOVER is undeclared and TRACKMOUSEEVENT is missing!!! I have not defined WIN32_LEAN_AND_MEAN or any such thing. I am using VC++ 6.0 Pro. Please help me out and thankx in advance. -Tareq
-
Hello there, I am trying to build a custom button in win32 c++ and trying to utilize the WM_MOUSEHOVER message in the Window Procedure. But when i try to compile the code it says WM_MOUSEHOVER is undeclared and TRACKMOUSEEVENT is missing!!! I have not defined WIN32_LEAN_AND_MEAN or any such thing. I am using VC++ 6.0 Pro. Please help me out and thankx in advance. -Tareq
-
I guess you need to download the latest Platform SDK. My old MSDN Library (from 2000) doesn't know the message as well, but it works with the latest Platform SDK nonetheless. regards
I think youre right. I have tried the same code with the new mingw compiler and it works like a charm. :) but the only problem is debugging :( so i guess i have to work with it until i complete downloading the platform sdk (300MB+) on my dialup line :((. Thankx man. -Tareq