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()
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)