|
Don,
Which role is the code below?
BOOL CDialog_with_feature_checklist::OnInitDialog()
{
LPCTSTR cls = AfxRegisterWndClass(NULL);
RECT rct={0,0,0,0};
m_pop.CreateEx(WS_EX_TOPMOST, cls, _T("popup"), WS_POPUP, rct, this, NULL);
LOGFONT lf;
GetFont()->GetLogFont(&lf);
m_pop.SetFont(&lf);
}
Thanks in advance.
Yanhua Huang [email="yanhua.huang@hexagonmetrology.com"]yanhua.huang@hexagonmetrology.com[/email] |
|