- 들 들
- 메뉴는 떻 만?
- 메뉴 리는 떻 ?
- 메뉴 (Grayed, Checked) 리는 떻 ?
- 는 떻 만?
- 메뉴는 떻 만?
- 들면 들
- 메뉴는 떻 만?
- 메뉴는 떻 만?
¶
~cpp
void CMainFrame::OnContextMenu(CWnd* pWnd, CPoint point)
{
// TODO: Add your message handler code here
CMenu *cmenu = GetMenu();
cmenu = cmenu->GetSubMenu(0);
cmenu->TrackPopupMenu(0, point.x, point.y, this, NULL);
}
마 른 르면 .
~cpp CMenu *cmenu = GetMenu(); cmenu = cmenu->GetSubMenu(0);
메뉴 들 *cmenu 대 메뉴 번 부메뉴 들 .
0 메뉴 마 른 .
point.x, point.y : 마 를 른
~cpp cmenu->TrackPopupMenu(0, point.x, point.y, this, NULL);cmenu(메뉴 번 부메뉴 는)를 (point.x, point.y) .
0 메뉴 마 른 .
point.x, point.y : 마 를 른










