ListBoxes and Drag and Drop

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Dwayne Gaddy

    #1

    ListBoxes and Drag and Drop

    Hey all,

    I have a windows form with a list boxes. I have data binded the list boxes
    with data from my sql database. I want to use drag and drop to allow users
    to choose different options from the list boxes on the form and drag them
    into another empty list box that is not bound to any data when the form
    loads. I was wondering is it possible to use drag and drop with data binded
    list boxes ? If it is possible do you know of any place on the net that
    shows a good example ?

    P.S. I can implement drag and drop when the list boxes are not data
    binded...

    Thanks in advance!

    Dwayne


Working...