A voir également:
- Associer Action à un Bouton VB
- Action - Guide
- Télécharger film d'action gratuitement et rapidement - Télécharger - TV & Vidéo
- Associer chromecast - Guide
- Action fans - Accueil - Guide arnaque
- Vous devez disposer d'une autorisation pour effectuer cette action - Guide
2 réponses
Private Declare Function WinExec Lib "kernel32" (ByVal lpCmdLine As String, ByVal nCmdShow As Long) As Long
Private Sub Command1_Click()
WinExec "C:\Program Files\Windows Media Player\wmplayer.exe", 10
End Sub
Private Sub Command1_Click()
WinExec "C:\Program Files\Windows Media Player\wmplayer.exe", 10
End Sub