首页 新闻 会员 周边

跨进程调用setwindowpos 导致窗口假死?

0
悬赏园豆:30 [已关闭问题] 关闭于 2015-10-24 08:08

以下是相关代码片断,只有一句代码(windows7 ultimate x86 IE11):

if (processName.ToLower().EndsWith("iexplore.exe"))
            {
                SetWindowPos(new IntPtr(hwnd), 0, 0, 0, int.Parse(txtWidth.Text), int.Parse(txtHeight.Text), SWP_ASYNCWINDOWPOS);
            }          
空明流光的主页 空明流光 | 初学一级 | 园豆:106
提问于:2015-10-21 13:21
< >
分享
清除回答草稿
   您需要登录以后才能回答,未注册用户请先注册