Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Drag and drop from a list box
Message
De
23/06/1999 00:21:02
 
 
À
22/06/1999 15:28:29
Information générale
Forum:
Visual FoxPro
Catégorie:
Programmation Orientée Object
Divers
Thread ID:
00232678
Message ID:
00232825
Vues:
23
>I would like to be able to drag a listitem from a list box and drop it into another listbox. My problem is that the drag and drop stuff looks like it wants to affect the entire listbox, not just the list item. How can I just drag just the selected item(s) from the source listbox?

You use the object reference that the Drop operation gives you to get to the source list's ListIndex or Value property,

LPARAMETERS oSource, nXCoord, nYCoord
THIS.AddItem(oSource.Value)
Erik Moore
Clientelligence
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform