Drag & drop of a dynamically created shortcut

后端 未结 2 1394
感动是毒
感动是毒 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:02

    I answered a question sort of similar to this on a previous thread. This might be a starting point for you.

    Drag and Drop link

    0 讨论(0)
  • 2020-12-19 11:12

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

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