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 strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Problem with drag and drop

Status
Not open for further replies.

cdms

Programmer
Feb 12, 2002
27
GB
I have been using the below code to move codes from one lstbox to a another.

THIS.PARENT.LSTSELECTED.ADDITEM(THIS.LIST(THIS.LISTINDEX,1))

My problem is I now want to use 2 columns in my listboxes and be able to drag and drop both columns into another 2 column listbox.

Any tips would be greatly appreciated

Chris
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top