hi,
I'm using VS10 c#, Framework 4.0
I want to move Data from ListView to ListBox, but type of control doesn't matter
Can somebody explain how to use the corresponding events to move selected data from one control to another like moving data in windowsexplorer from one Folder to another.
for the listview I have the mouseevents down, move, up.
for the listbox I have the drag-drop events dragenter and dragdrop
please do not post code, only description where which action is required.
One problem I have, for example is that I have to click the listview item twice before drag and drop to the listbox. first to select the item, second to start draganddrop
Any help appreciated. thanks in advance
I'm using VS10 c#, Framework 4.0
I want to move Data from ListView to ListBox, but type of control doesn't matter
Can somebody explain how to use the corresponding events to move selected data from one control to another like moving data in windowsexplorer from one Folder to another.
for the listview I have the mouseevents down, move, up.
for the listbox I have the drag-drop events dragenter and dragdrop
please do not post code, only description where which action is required.
One problem I have, for example is that I have to click the listview item twice before drag and drop to the listbox. first to select the item, second to start draganddrop
Any help appreciated. thanks in advance