开发者

Keep window in front of another window (not on top) in Windows

开发者 https://www.devze.com 2023-03-26 05:44 出处:网络
In Windows, is there a fairly reliable way to keep a window in front of another window? The window in question would ideally 开发者_开发问答always have a z-order of one greater than its target.Owner

In Windows, is there a fairly reliable way to keep a window in front of another window?

The window in question would ideally 开发者_开发问答always have a z-order of one greater than its target.


Owner window.

new FormToolbar().Show(this);  // shows the toolbar on top of this window.

(when this is the form that should remain 1 behind the toolbar window.

0

精彩评论

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