首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 开发语言 > 编程 >

非模态窗口创设

2012-09-04 
非模态窗口创建//非模态窗口创建void CPortSet::OnInsertPort() {// TODO: Add your control notification

非模态窗口创建

//非模态窗口创建void CPortSet::OnInsertPort() {// TODO: Add your control notification handler code herepInsertPort = new CInsertPort(this);pInsertPort->m_nSelectInsertID=m_nSelectID;pInsertPort->Create(CInsertPort::IDD);pInsertPort->ShowWindow(SW_SHOW);}

热点排行