How to hide desktop icons programmatically?

前端 未结 6 822
陌清茗
陌清茗 2020-11-27 17:34

How can I show/hide the desktop icons programmatically, using C#?

I\'m trying to create an alternative desktop, which uses widgets, and I need to hide the old icons.

6条回答
  •  自闭症患者
    2020-11-27 18:26

    A different approach is to create a separate desktop and show it instead. It will not have icons.

    Application running itself on a separate desktop

提交回复
热议问题