views:

29

answers:

3

I have a treeview that shows the current file system. I want to add functionality to enable dropping files into windows explorer. If I drag any of the node of my treeview and drop it on any of the window of Windows explorer then the file will be copied to that location. How can I accomplish this?

A: 

First read this about how to implement drag and drop in WPF.

The read this for some information about what explorer expects when you drop in it.

Then ask new questions if you still have any.

Donnie
A: 

This should answer you pretty well, have a look at it http://stackoverflow.com/questions/3040415/c-wpf-net-drag-and-drop-to-desktop-explorer

CaffeineZombie
A: 

hi geeks, thanks, how could could you play so hard with code. I cant understand anything. Still i got some idea. I just forget to mention that mine is browser application and i guess its not supporting drag drop that easily. will you please help me in this case?

Bhagyesh