Windows Forms application like Google Chrome with multiple processes

后端 未结 7 2208
刺人心
刺人心 2020-11-30 21:55

Is there any way to use C# to build a container application where each tab is actually its own process like with Google chrome?

7条回答
  •  一向
    一向 (楼主)
    2020-11-30 22:17

    Without looking too deep into the extensibility stack, you can use the System.Addin namespace to build an application that inherently can create addins as visual individual tabs and set each tab/addin as an out process and this is a behavior out of the box.

    It will have the same functionality as the chrome tabs.

提交回复
热议问题