你好,冒昧打扰,我在做VS2005 MFC是需要点子菜单弹出对话框,能帮帮我这么实现么?麻烦了,

[复制链接]
查看11 | 回复1 | 2013-6-15 10:55:33 | 显示全部楼层 |阅读模式
void YUVviewerDlg::OnSetRatio(){
YUVAttributeDlg newDlg;
newDlg.SetWidth(m_Width);
newDlg.SetHeight(m_Height);
newDlg.SetFrameRate(m_FrameRate);
newDlg.DoModal();
m_Width
= newDlg.GetWidth();
m_Height
= newDlg.GetHeight();
m_FrameRate = newDlg.GetFrameRate();
m_bSetRatio = T...
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

主题

0

回帖

4882万

积分

论坛元老

Rank: 8Rank: 8

积分
48824836
热门排行