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.
当我点击应该button在executable file里面打开form。 我在网上搜索了很多东西,但直到现在我都没有任何可破译的想法。 所以请做我需要的。
button
executable file
form
如果您可以访问源代码并且它位于 .Net 中,您可以将可执行文件放入共享库中,然后从您的窗口调用代码并根据需要显示它。否则,您可以在 Windows 窗体应用程序之外运行可执行文件,调用以下代码:
System.Diagnostics.Process.Start(exePath);