0
点赞
收藏
分享

微信扫一扫

任务栏弹出菜单的标准方式


SetForegroundWindow();
CPoint point;
GetCursorPos(&point);
->TrackPopupMenu(TPM_RIGHTALIGN|TPM_RIGHTBUTTON,point.x,point.y,this);

举报

相关推荐

0 条评论