C# drag and drop for treeView items

A

amir

Hello all,
I am trying to write the code for the drag and drop feature for moving
items in treeView. I have looked in several places but didnt quite
managed to code it. Just wandered if anyone can direct to some good
place for some code example (looked at code project site) or short
explanation will do also.
Just to make things clear ,
I have a treeView box in my application which consists of nodes which
are the users and "sub nodes" which are their tasks, i want to be able
to move tasks between users thus assigning it to different user.
Cheers,
Amir.
 
A

amir

Hello all,
I am trying to write the code for the drag and drop feature for moving
items in treeView. I have looked in several places but didnt quite
managed to code it. Just wandered if anyone can direct to some good
place for some code example (looked at code project site) or short
explanation will do also.
Just to make things clear ,
I have a treeView box in my application which consists of nodes which
are the users and "sub nodes" which are their tasks, i want to be able
to move tasks between users thus assigning it to different user.
Cheers,
Amir.

Hello again,
problem solved !
amir.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top