C#: hiding multiple forms from task manager

后端 未结 2 524
眼角桃花
眼角桃花 2021-01-23 22:31

I\'m writing an application which creates a potentially large number of forms to display widgets on the desktop. Every instance of that form shows up in the task manager\'s Appl

2条回答
  •  暖寄归人
    2021-01-23 23:12

    You could try setting FormBorderStyle to one of the tool window options - FixedToolWindow or SizaableToolWindow. I think that tool windows don't show up in task manager's list of applications, but I'm not positive on that.

提交回复
热议问题