Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

drag and drop within multiple list boxes

Status
Not open for further replies.

NaiLBoMB

Programmer
May 22, 2003
17
0
0
GB
ive got these two listboxes, and i want to be able to alter the position of items within one box by drag and drop, while the second listbox repositions its items simultaneously. how can i go about it?
 
Look at this thread for a start.

thread222-519678 don't use Drag and Drop, but rather the mousedown and mouseup events for the listbox.

Syncronizing the two lists would be done in the mouseup code when the first list is re-ordered.

Robert
 
Roberts code got me what I wanted, worked a treat. Regards
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top