SetForegroundWindow();
CPoint point;
GetCursorPos(&point);
->TrackPopupMenu(TPM_RIGHTALIGN|TPM_RIGHTBUTTON,point.x,point.y,this);
微信扫一扫
SetForegroundWindow();
CPoint point;
GetCursorPos(&point);
->TrackPopupMenu(TPM_RIGHTALIGN|TPM_RIGHTBUTTON,point.x,point.y,this);
相关推荐