ListBox DragDrop

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I want to be able to arrange the order of items within a ListBox using drag-and-drop and also drop an item at a specific location of a different ListBox. The following Microsoft Knowledge Base Articles describe exactly what I want to do, except that they are for pre-.NET.

How To Arrange Order of List Items within ListBox Control (http://support.microsoft.com/default.aspx?scid=KB;en-us;q167746)
How to Drop Item into Specified Location in VB List Box (http://support.microsoft.com/default.aspx?scid=kb;EN-US;80187)

Does anybody know of any VB.NET examples?

Thanks,
Lance
 
Back
Top