02-08-2007, 06:33 PM
Private Sub Object_MouseDown(Button As Integer, Shift As Integer, X As Single, Y As Single)
If Button = 2 Then
LblMenu.visible = 1
End If
End Sub
If Button = 2 Then
LblMenu.visible = 1
End If
End Sub