Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I have few lables in windows form. I want let user can drag and drop anywhere in the form. So that I can store their position in registry or database to restore them next time. I read the question I need a drag and drop control for C# winforms

But it didnt help me properly when I used DoDragDrop method on mousedown of the labels and OnDragOver event of the form.

Edit

To store the postion and restore the position is not I am looking here, Only the simple code how to drag/drop labels in winforms without using libraries or third party controls.

share|improve this question

1 Answer

up vote 3 down vote accepted

Hope this might help: http://www.java2s.com/Code/CSharp/GUI-Windows-Form/Draganddropimagetoanotherwindow.htm

Although this is for Image but I hope the same can be done for labels too.

:)

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.