开发者

How to make window absolute topmost?

I use the SetWindowPos api to make my window topmost with the HWND_TOPMOST param. It works fine, but still tooltips are on top of it.

How to make window absolute topmost?

How to make my window on top of all. Is there an api that I'm missing?

Edit: I fixed it with a timer checkin开发者_开发技巧g the foreground window and then setting mine to topmost.


There is no way to do that, as noted in the Old New Thing blog. TopMost is TopMost. If two windows are competing one must loose. There is no secret MoreTopMost constant.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜