Windows/MFC

AfxGetMainWnd GetActiveView

aucd29 2013. 10. 2. 18:04
[code]CSMS_WIZARDView* pView = (CSMS_WIZARDView*)((CFrameWnd*)AfxGetMainWnd())->GetActiveView();
pView->m_bcboStatus = false;
[/code]