how to add icon to application's shortcut in desktop

前端 未结 1 875
佛祖请我去吃肉
佛祖请我去吃肉 2021-01-23 02:06

I want when user runs my c# application , the application will create a desktop shortcut to run application. I use this code :

private void appShortcutToDesktop(         


        
1条回答
  •  醉梦人生
    2021-01-23 02:32

    You can use the following steps:

    1. Right click on your project in the Solution Explorer and select Properties.
    2. Application tab
    3. Icon and manifest
    4. Select icon

    0 讨论(0)
提交回复
热议问题