Drag and Drop Highlight

G

gjc

Does anyone have an example or site that has highlighting code for drag
and drop both for treeview and listview? I can not find any information
on this. I am guessing that you use the LVIS_DROPHILITED const along
with LVM_SETITEM in a send message command but then how do you clear

Cheers
 
A

Atul

Just clear out the LVIS_DROPHILITED flag :
lvi.state &= (~LVIS_DROPHILITED)

----------------
-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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top