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.
我的消息日志似乎消失在主窗体下方。这只是随机的。大多数情况下,它会正确显示在顶部,但有时会消失在主申请表后面。可能是什么原因?
谢谢
查看 TForm::PopupMode、TForm::PopupParent 和 TApplication::ModalPopupMode 属性。它们是专门为修复旧版本的 Z 顺序问题而引入的。
尝试使用 MyForm->ShowModal() 而不是 MyForm->Show()