Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Drag and Drop using OLE in MFC

Status
Not open for further replies.

vgandhi

Programmer
Oct 8, 2001
1
US
I am trying to implement drag and drop operation like the one given in Microsoft Outlook bar. Check the outlook bar(view->outlook bar). Say you have 'contacts', 'inbox' and 'deleted items' on the outlook bar. Now if you want to click on 'contacts' you can drag it at the bottom of the bar say after 'inbox' or 'deleted items'. Now would you go about implementing this drag and drop operation. I am getting confused as to whether you need a method OnBeginDrag or should you define a DropSource. Also should you use a method called DoDragDrop. So I am really confused as to which one is to be used when? Any help would be appreciated.
Thanks
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top