Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想保持控制是最重要的。但是其他控件被重绘以更新OnTimer()方法中的图像。所以他们画了第一个我最想保持领先的人。虽然我设置
OnTimer()
m_thumbnail-> SetWindowPos(&wndTopMost , 300, 400, 500, 400, SWP_SHOWWINDOW|SWP_NOZORDER);
任何能让它始终保持领先的想法。
提前致谢
SetWindowPos-function 有一个名为 的参数hWndInsertAfter。使用此参数,您可以控制控件的 z 顺序。您还必须删除SWP_NOZORDER标志。
SetWindowPos
hWndInsertAfter
SWP_NOZORDER