Drag & Drop - One Listview to another but highlight destination icon, not insert

  • Thread starter Thread starter Annette Miller
  • Start date Start date
A

Annette Miller

Hi All,

I'm asking what I'm hoping will be a simple question, although Google is
telling me otherwise. I can't seem to find out how to drag one item from a
list view to another with highlighting the destination icon. Like what
happens in Outlook when you drag an email over a folder icon in the folder
tree, or drag a file over a folder icon in Explorer.

I'm NOT asking how to do a simple "move item X from this listview to
another" rather how to highlight the destination icon.

Cheers people.
 
There is not direct way to do this in .Net, but you can do this using
interop. Include the LVIS_DROPHILITED style in the listview item state.

----------------
-Atul, Sky Software http://www.ssware.com
Shell MegaPack For .Net & ActiveX
Windows Explorer GUI Controls
&
Quick-Launch Like Appbars, MSN/Office2003 Style Popups,
System Tray Icons and Shortcuts/Internet Shortcuts
 
Back
Top