如何让自己创建出来的窗口显示在最顶层

cl781121 2009-06-11 06:10:45
RT
...全文
375 5 打赏 收藏 转发到动态 举报
写回复
用AI写文章
5 条回复
切换为时间正序
请发表友善的回复…
发表回复
jzl615 2009-06-13
  • 打赏
  • 举报
回复
::SetWindowPos(
HWND hWnd,
HWND_TOPMOST,
int X,
int Y,
int cx,
int cy,
UINT uFlags
);
RichyMong 2009-06-12
  • 打赏
  • 举报
回复
SetWindowPos(&wndTopMost, ...);
Ryanwen 2009-06-11
  • 打赏
  • 举报
回复
SetWindowPos(wndTopMost,.....);
  • 打赏
  • 举报
回复
BOOL SetWindowPos(
HWND hWnd,
HWND_TOPMOST,
int X,
int Y,
int cx,
int cy,
UINT uFlags
);
  • 打赏
  • 举报
回复
MB_TOPMOST

15,979

社区成员

发帖
与我相关
我的任务
社区描述
VC/MFC 界面
社区管理员
  • 界面
加入社区
  • 近7日
  • 近30日
  • 至今
社区公告
暂无公告

试试用AI创作助手写篇文章吧