I would like to add drag&drop feature to my winform app developed in .Net 4.5 by using C#. I try the first solution in this question but it did not works.
I downloaded the example project from codeproject. when I compile and run the example code in example solution, it works. However when I copy the example code in my project again it does not work!
Even no events triggered about drag&drop!
The codeproject example compiled in .Net 2, does it matter?
Is there any one who implements drag&drop file into winform app by using .Net 4.5? Can you help me?