U E D R , A S I H C RSS

5인용C++스터디/메뉴와단축키


    • 메뉴는 ?
    • 메뉴 리는 ?
    • 메뉴 (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 메뉴 부메뉴 .
~cpp 
cmenu->TrackPopupMenu(0, point.x, point.y, this, NULL);
cmenu(메뉴 부메뉴 는)를 (point.x, point.y) .
0 메뉴 .
point.x, point.y : 마

Valid XHTML 1.0! Valid CSS! powered by MoniWiki
last modified 2021-02-07 05:22:18
Processing time 0.0087 sec