显示标签为“create()”的博文。显示所有博文
显示标签为“create()”的博文。显示所有博文

2007年12月19日星期三

create()替代DoModal()打开Dialog

m_pListCt.m_small.Create(IDD_DIALOG_SMALL, this);
m_pListCt.m_small.ShowWindow(SW_SHOW);


//关闭Dialog
m_small.SendMessage(16,0,0);