How can I allow a form to accept file dropping without handling Windows messages?

前端 未结 5 1837
没有蜡笔的小新
没有蜡笔的小新 2020-11-29 03:54

In Delphi XE can I allow my form to accept file \'drag and drop\' but without having to handle bare windows messages?

5条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2020-11-29 04:42

    You have to either write code yourself, or install a 3rd party product like DropMaster, which lets you do drag and drop in much older Delphi versions as well.

    --jeroen

提交回复
热议问题