Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Listbox rightclick nodefault
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00783039
Message ID:
00783514
Vues:
13
>Whats the easiest way to prevent a listbox from deselecting everything when you have multiple selections picked already.
>
>NODEFAULT in the rightclick event does not work.

Playing with this, I have found the "unselect" happens in the "MouseDown" event.
I put this in that event:
LPARAMETERS nButton, nShift, nXCoord, nYCoord
If nButton = 2
   This.RightClick()
   NoDefault
EndIf
Tracy
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform