Link to home
Start Free TrialLog in
Avatar of alchemy9
alchemy9

asked on

drag and drop from a listview

I have a list view that can either have an item dragged to a treeview or it could be dragged to windows explorer and the dragged item saved as a file.

could someone give me an example how to do this in vb.net

thanks

ian
ASKER CERTIFIED SOLUTION
Avatar of abel
abel
Flag of Netherlands image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Nasir Razzaq
To be able to save a file from a dragged item from list view(i think it would be file name) and dropped on the explorer window, you would need to write a Shell Extension. This is a very advanced topic and is usually tackled in C++.