Ver Mensaje Individual
  #2 (permalink)  
Antiguo 05/12/2003, 03:49
mak74
 
Fecha de Ingreso: octubre-2003
Mensajes: 81
Antigüedad: 20 años, 6 meses
Puntos: 0
Holas!!
Con el Editor de menus crea un menu que se llame MiMenu y a este agregale cuando menos un submenu..

Private Sub Formulario_MouseDown(ByVal Button As Integer, ByVal Shift As Integer, ByVal X As Single, ByVal Y As Single)
If Button = 2 Then
PopupMenu MiMenu
End If
End Sub
__________________
Salu2