drag drop operations between 2 listboxes
-
Please if you know how to copy items between 2 listboxes using a drag and drop operation help me out.
rzvme
rzvme wrote:
to copy items between 2 listboxes using a drag and drop operation help me out
This Google search[^] comes up with some good stuff. First one is here on CP. Hope this helps you out :-D
-
Please if you know how to copy items between 2 listboxes using a drag and drop operation help me out.
rzvme
None of the examples I found via googling actually were complete or bug free. Actually getting one to fully work was almost a weeks worth of pain. If I could do it over again, I'd've used a listview since it has more built in drag/drop support. I managed to get a drag/drop demo working with it in under a day with less than a month of language experiance.
-- CleaKO The sad part about this instance is that none of the users ever said anything [about the problem]. Pete O`Hanlon Doesn't that just tell you everything you need to know about users?
-
None of the examples I found via googling actually were complete or bug free. Actually getting one to fully work was almost a weeks worth of pain. If I could do it over again, I'd've used a listview since it has more built in drag/drop support. I managed to get a drag/drop demo working with it in under a day with less than a month of language experiance.
-- CleaKO The sad part about this instance is that none of the users ever said anything [about the problem]. Pete O`Hanlon Doesn't that just tell you everything you need to know about users?
Nish's article code seems to work pretty good. I don't know to what extent the OP is looking for.