Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Menu
Message
 
To
29/01/2005 08:15:09
General information
Forum:
Visual Basic
Category:
Coding, syntax & commands
Title:
Re: Menu
Miscellaneous
Thread ID:
00981974
Message ID:
00982028
Views:
44
Private Sub Form_MouseUp (Button As Integer, Shift As _
Integer, X As Single, Y As Single)
If Button = 2 Then ' Check if right mouse button
' was clicked.
PopupMenu mnuFile ' Display the File menu as a
' pop-up menu.
End If
End Sub

search msdn
Ali Mohammad Hossein Zadeh
Previous
Reply
Map
View

Click here to load this message in the networking platform