Drag & drop of a dynamically created shortcut

后端 未结 2 1395
感动是毒
感动是毒 2020-12-19 10:16

I have a C# application that creates shortcuts to launch other programs with specific arguments and initial directories. I would like the user to be able to drag a shortcut

2条回答
  •  一整个雨季
    2020-12-19 11:12

    Raymond Chen did a whole article on this very topic on his blog check out dragging a virtual file

提交回复
热议问题