I want to use a message defined by myself in SDK.How can i deal with it?I think it is good like this:
SendMessage( hWnd,WM_MY_MESSAGE,wParam,lParam) ;
where should i define the WM_MY_MESSAGE?