there's a couple of questions how do I know the hex value?
for example I looked at msdn for WM_MOVE and it says it is equal to &H3 what does that mean?.
and also to get HIWORD/LOWORD does
code:
WORD LOWORD(DWORD Value);
or
code:
WORD HiWORD(DWORD Value);
works?
and lastly at the Message Notification event what do I write at the if(Message==?)