Hi CFanatic community, Now I'm developing WIN32 application that has the TreeView control. I'd like to have the multiple select treeview that the user can use mouse to cover (select) more than one items and drag&drop them somewhere in the same treeview. I'm able to implement the drag&drop for single item, but have no idea on how to do this for multiple items. So the question is: Is there any way to implement this by using only WIN32 (No MFC)? I've already searched the internet, including MSDN, but only found the solution for VB and C#. Sorry for my bad English (I'm not a native speaker) and thank you in advance for your help. Pat