在mfc中怎么样连接windows图片查看器
答案:2 悬赏:70 手机版
解决时间 2021-01-28 09:54
- 提问者网友:嗝是迷路的屁
- 2021-01-27 12:49
在mfc中怎么样连接windows图片查看器
最佳答案
- 五星知识达人网友:枭雄戏美人
- 2021-01-27 14:15
void CMfcdlgDlg::OnButton1()
{
// TODO: Add your control notification handler code here
CString s1,s2;
s1 = "C:\\WINDOWS\\system32\\rundll32.exe";
s2 = "C:\\WINDOWS\\system32\\shimgvw.dll, ImageView_Fullscreen C:\\gougou.jpg";
ShellExecute(NULL, "open", s1, s2, NULL, SW_SHOWNORMAL);
}
{
// TODO: Add your control notification handler code here
CString s1,s2;
s1 = "C:\\WINDOWS\\system32\\rundll32.exe";
s2 = "C:\\WINDOWS\\system32\\shimgvw.dll, ImageView_Fullscreen C:\\gougou.jpg";
ShellExecute(NULL, "open", s1, s2, NULL, SW_SHOWNORMAL);
}
全部回答
- 1楼网友:逐風
- 2021-01-27 14:30
使用代码运行windows查看器。
再看看别人怎么说的。
我要举报
如以上问答信息为低俗、色情、不良、暴力、侵权、涉及违法等信息,可以点下面链接进行举报!
大家都在看
推荐资讯