void Main_OnCommand(HWND hwnd, int id, HWND hwndCtl, UINT codeNotify) { switch(id) { //是这个OnCommand消息 } }
void Main_WM_LBUTTONDBLCLK(HWND hwnd, int id, HWND hwndCtl, UINT codeNotify) { switch(id) { //是这些写??谢谢 } }