如何使用 C# 在 Lazarus 或 Photoshop 中制作浮动表单?

发布于 2024-11-18 16:13:40 字数 63 浏览 3 评论 0 原文

如何才能使程序加载时打开多个表单,但它们就像工具一样,例如在 Lazarus IDE 中存在多个相互影响的窗口?

How do I make it so when a program loads, it opens multiple forms, but they're like tools, such as in the Lazarus IDE there are multiple windows that all affect each other?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

虚拟世界 2024-11-25 16:13:40

您所描述的是一个多文档界面(MDI)应用程序,通常用于窗口驻留在单个父窗口下的情况。

http://en.wikipedia.org/wiki/Multiple_document_interface

关于创建此类应用程序的建议很广泛主题 - 但以下链接应该可以帮助您:

祝您好运,如有任何具体问题,请随时询问。

What you are describing is a multiple document interface (MDI) application, commonly used where windows reside under a single parent window.

http://en.wikipedia.org/wiki/Multiple_document_interface

Advice on creating such applications is a broad subject - but the followings links should help you on your path:

Good luck and feel free to ask about any specific problems you have.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文