I've been working on Drag and Dropping, and I thought I had everything wrapped up with that, untill...
Lets say you have a ListView control, and you have a few "nodes" (or
ListViewItems)... If you have AllowDrop enabled (and the other hoopla
required) and then you drag one of the nodes onto the Windows Taskbar,
you get an expected NO cursor (the one with the circle with a line
through it) that says, you cannot drop here. But, then it throws an
exception that says, "there is no available source code for that
location". The debugger then prompts with:
"Invalid FORMATETC structure"
How do I fix this? Or, could someone point me in the right direction to fix this?
Also, (sorry for the rant of questions)... but does anyone happen to
have a website, they could direct me to which explains dragging objects
off of a form. For example, if I wanted to drag one of the nodes (from
the above example) onto the desktop, how could I grab that drop
location?.
Alright, any answers are appreciated, in any order too. Thank you much !