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.
我有一个 VB.NET 项目 (main.exe) 并包含一个额外的 .exe 应用程序作为内部资源。现在我不想将额外的 .exe 作为一个单独的进程运行,而是想将它附加到 main.exe 的进程中,所以我总共只有 1 个进程,而不是 2 个。
这可以以某种方式完成吗?
谢谢
解决方法是将additional.exe编译为.dll,在VB.NET中使用