Night
Newcomer
The x-coordinate of the cursor is the low-order word, and the y-coordinate of the cursor is the high-order word.
Window has LOWORD and HIWORD macros for this. But it's for C++
How can I do this in C#
I catch this message using overiden WndProc method.
Window has LOWORD and HIWORD macros for this. But it's for C++
How can I do this in C#
I catch this message using overiden WndProc method.