Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Is there a way to activate the right click popup menu in
Message
De
02/05/2002 12:50:45
 
 
À
01/05/2002 19:48:57
Information générale
Forum:
Visual Basic
Catégorie:
Autre
Divers
Thread ID:
00651672
Message ID:
00651976
Vues:
15
Private Sub LviewClientes_MouseDown(Button As Integer, Shift As Integer, X As Single, Y As Single)


Handler Menu de Contexto da Lview

If Button = vbRightButton Then

Set Item = LviewClientes.HitTest(X, Y)


PopupMenu MnuPopUpListagem

End If


End Sub

This is a way to activate the right popupmenu!
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform