I want to drap and drop a image on wpf application form. Can any one give me the code and other links for that?
+2
A:
If you want to D&D within a single WPF application; then this code should get you going:
If you want to D&D between WPF applications, or between another non-WPF application you've got some options, but probably the easiest is to use a bitmap transfer (it takes a bit more code, so let me know and I'll publish it).
Scott
2009-04-30 13:11:58