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.0124 sec