OLE drag and drop using MFC
C / C++ / MFC
1
Posts
1
Posters
0
Views
1
Watching
-
Hello, I am trying to implement a bar like the outlook bar and want to insert drag and drop functionality in that bar. For example if you check the outlook bar you can move the 'contacts' to the end of the list of items in the bar i.e. drag contacts at the end of the list and drop it there. Any hints on how I would go about getting this functionality. I am confused as to whether I should use the method OnBeginDrag to start the operation or OnLButtonDown(). All the items on the bar I believe would be components so how would I start a drag operation. Please let me know. Thank you vg