W
wannabe geek
I have a Form with two ListBoxes on either side of a SplitContainer control.
Each ListBox has a number of strings in it. I need to be able to move
strings between the two at will. However, the built in drag and drop
functionality seems very, very, limited (ie, nothing more than functionally
useless cursor changes and additional events that would be easily attainable
without built in dragging and dropping). I am having issues with removing the
old data from the original ListBox.
I tried
{source ListBox}.Remove({data that was dragged});
in the DragDrop event but it only works sometimes. ??
Does anybody have tips? If you need my code just ask. Using VCE 2008.
Each ListBox has a number of strings in it. I need to be able to move
strings between the two at will. However, the built in drag and drop
functionality seems very, very, limited (ie, nothing more than functionally
useless cursor changes and additional events that would be easily attainable
without built in dragging and dropping). I am having issues with removing the
old data from the original ListBox.
I tried
{source ListBox}.Remove({data that was dragged});
in the DragDrop event but it only works sometimes. ??
Does anybody have tips? If you need my code just ask. Using VCE 2008.