0
0to60
If I overload WndProc(), I'll want a switch() in there to act on different
windows WM_ messages like WM_MOUSEMOVE and stuff like that. Trouble is, how
do I find the value of these constants? I know, I can hunt around in
winuser.h for them, but if I'm a VB or C# guy, that's kind of a roundabout
solution. The ".net" way of doing this would be to give me an enum that
contained all the values. Is there such a thing? I can't find one.
windows WM_ messages like WM_MOUSEMOVE and stuff like that. Trouble is, how
do I find the value of these constants? I know, I can hunt around in
winuser.h for them, but if I'm a VB or C# guy, that's kind of a roundabout
solution. The ".net" way of doing this would be to give me an enum that
contained all the values. Is there such a thing? I can't find one.