DoDragDrop() from another thread

前端 未结 3 1912
情深已故
情深已故 2021-01-27 09:02

Every time i want let the user to drag an control, i calling DoDragDrop of that control.

The drag & drop works fine, but i have problem with things around:

3条回答
  •  再見小時候
    2021-01-27 09:34

    You probably want the DoDragDrop to quit and do the job asynchronously.

    Here is the answer.

提交回复
热议问题