Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I need to drag out a cell from a datagridview to desktop, once that happens, I need to find out the directory in where it was dragged into and in which row the cell was. How can I do this? Thanks!

share|improve this question

1 Answer

There is a codeproject article designed for a different purpose but it implements the drag feature in a datagrid view. So, I suggest that you check it out. Here 's the link.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.