How to hide desktop icons programmatically?

前端 未结 6 826
陌清茗
陌清茗 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:11

    You are going about this the wrong way. What you are really trying to do is to replace the shell. Windows provides for this so you should just take advantage of it. Write your own shell to replace explorer.

提交回复
热议问题