如何使窗外的节目始终设置为顶部

如何使窗外的节目始终设置为顶部

本文介绍了如何使窗外的节目始终设置为顶部的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

Showdialog是一个模态窗口,阻止从其主窗口弹出的消息。 Show是一个非模态窗口。当它弹出时,它的主窗口消息不会被屏蔽。如何让窗外的节目始终设置为顶部,主窗口消息没有屏蔽?



我尝试过:



i不知道如何做这个功能。

Showdialog is a modal window, and messages popping up from its main window are blocked. Show is a non-modal window. When it pops up, its main window message is not masked. How to make the window out of the show always set the top, and the main window message is not shielded?

What I have tried:

i don't konw how to do this function.

推荐答案



这篇关于如何使窗外的节目始终设置为顶部的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

07-25 05:17