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.
我记得我有一些应用程序启动了其他应用程序,并将它们以没有标题栏的形式放置在选项卡中。我想知道怎么做?最好使用 C#,但如果在 .NET C++ 中不可能/太难,也可以。
谢谢。
Excel 和 Internet Explorer 等应用程序为嵌入其他窗口提供特定支持 (OLE),因此第三方应用程序可以轻松地在自己的窗口中运行它们的实例。
如果您希望嵌入的应用程序不为其提供特定支持,则实现起来会困难得多。控制目标应用程序的窗口以使它们出现在您的选项卡中很容易,但是当涉及到删除/隐藏窗口的特定子部分(边框和菜单等)时,它变得更加困难(完全取决于您希望更改应用程序显示的哪些位)。