c# drag and drop

  • Thread starter Thread starter auad
  • Start date Start date
A

auad

hi, I'm writing an application like windows explorer and I want to know
how to implement that kind of "file shadow" that appears when you drag
items in a listview. I read that I have to implement the IDropTarget
and IDropSource interfaces and the GiveFeedback event of the listview
but I really don't know how to do it, can anyone help me?

Thanks,
 
Back
Top