05 2014 档案

摘要:玩魔兽和LOL时注意到即时游戏窗口最小化,鼠标仍限制在窗口内,这具体是怎么实现的呢?Msdn上有个例子Confining a Cursor:RECT rcClip; // new area for ClipCursorRECT rcOldClip; // previ... 阅读全文
posted @ 2014-05-11 20:29 vlan99 阅读(925) 评论(0) 推荐(0)
摘要:windows下简单的调用Setforegroundwindow有时候并不能将窗口置最前,不妨试试以下办法。1、先置topmost,然后取消SetWindowPos(HWND_TOPMOST, 0, 0, 0, 0, SWP_NOSIZE | SWP_NOMOVE);SetWindowPos(HW... 阅读全文
posted @ 2014-05-08 17:48 vlan99 阅读(740) 评论(0) 推荐(0)