在VC++如何使程序处于最上方?

在VC++如何使程序处于最上方?,第1张

使窗谈腔宽口处于圆扒最上方含亮

SetWindowPos(hwnd, HWND_TOPMOST, 0, 0, 0, 0, SWP_NOMOVE | SWP_NOSIZE)

参考方法如下:

BOOL SetWindowPos(

HWND hWnd, /源早/ handle to window

HWND hWndInsertAfter, // placement-order handle

int X, // horizontal position

int Y, // vertical position

int cx,// width

int cy,/羡笑/ height

UINT uFlags// window-positioning options

)

需要置顶的第二个参数设置为HWND_TOPMOST

不需要兄裂含的设置为HWND_NOTOPMOST

OnInitDialog中加蠢团入

SetWindowPos(CWnd::wndNoTopMost,0,0,0,0,SWP_NOMOVE|SWP_NOSIZE)

这样窗体型让便是前置带租橘的!

下面这个函数可能也会用到

BringWindowToTop()


欢迎分享,转载请注明来源:内存溢出

原文地址: http://outofmemory.cn/yw/12409074.html

(0)
打赏 微信扫一扫 微信扫一扫 支付宝扫一扫 支付宝扫一扫
上一篇 2023-05-25
下一篇 2023-05-25

发表评论

登录后才能评论

评论列表(0条)

保存