A voir également:
- API et VB
- Vb - Télécharger - Langages
- Naz api - Accueil - Piratage
- Vb audio cable - Télécharger - Audio & Musique
- Steam api dll - Forum Windows
- Supported api 3 ✓ - Forum Téléphones & tablettes Android
1 réponse
salut
donc dans un module tu déclares ca:
Declare Function ShellExecute Lib "shell32.dll" Alias "ShellExecuteA" (ByVal hwnd As Long, ByVal lpOperation As String, ByVal lpFile As String, ByVal lpParameters As String, ByVal lpDirectory As String, ByVal nShowCmd As Long) As Long
pis dans ta sub:
ShellExecute Me.hwnd, vbNullString, "test.HTML", vbNullString, "C:\", 3
bien sûr si le fichier existe pas faut d'abord le créer.
@+
donc dans un module tu déclares ca:
Declare Function ShellExecute Lib "shell32.dll" Alias "ShellExecuteA" (ByVal hwnd As Long, ByVal lpOperation As String, ByVal lpFile As String, ByVal lpParameters As String, ByVal lpDirectory As String, ByVal nShowCmd As Long) As Long
pis dans ta sub:
ShellExecute Me.hwnd, vbNullString, "test.HTML", vbNullString, "C:\", 3
bien sûr si le fichier existe pas faut d'abord le créer.
@+