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.
与其拥有大量小型桌面应用程序,我想知道是否有一种方法可以将它们组合成一个“主表单”,并带有指向每个应用程序的链接?
我有许多类似的应用程序,理想的情况是几乎像网站层次结构一样,用户可以导航到他们想要的应用程序。
我已经考虑过一种解决方案,它位于其他解决方案之上并以某种方式调用其他解决方案,但我找不到这是否可能,每个单独的应用程序是否有效地独立?
是的,您可以直接为它设计主表格。
为每个 exe(应用程序)保留菜单,
以以下方式给出命令以在主菜单中单击该菜单>>
System.Diagnostics.Process.Start("billing.exe",strCmdText);
或者直接Process.Start("C:\\");
Process.Start("C:\\");