|
|||||||
|
|
|
![]() |
|
|
Strumenti |
|
|
#1 |
|
Member
Iscritto dal: May 2002
Messaggi: 63
|
VisualBasic
Io vorrei sapere quale è al formla per fare uscire il menu con il tasto destro.
Io ho gia fatto i seguenti passaggi: Ho creato un nuovo forum Ho fatto il popup menu che l'ho chiamato asd. Adesso io vorrei sapere la formula per farlo apparire con il tasto destro Grazie bonaprogram |
|
|
|
|
|
#2 |
|
Senior Member
Iscritto dal: Feb 2001
Città: Nordest
Messaggi: 217
|
Semplicemente così:
Codice:
Private Sub Form_MouseUp(Button As Integer, Shift As Integer, X As Single, Y As Single)
If Button = vbRightButton Then
PopupMenu asd
End If
End Sub
|
|
|
|
|
| Strumenti | |
|
|
Tutti gli orari sono GMT +1. Ora sono le: 06:20.



















