Drag and Drop
C / C++ / MFC
1
Posts
1
Posters
0
Views
1
Watching
-
Hi! I'm trying to find an article of any good example of how to implement a drag and drop Button Control. I want this button to be dragged and across the Dialog and then dropped on another buttun which generates a MessageBox saying that Drag And Drop works. Should be simple but I can't find any good information or anyone that can help me out. Maybe dragging and dropping an image would make it more simple. Or any other type of Control. Every example I get, is of dragging items in a TreeCtrl or just text in an Edit Control. I want the whole Control to be dragged. Please Help!