A voir également:
- API et VB
- Vb - Télécharger - Langages
- Vb audio cable - Télécharger - Audio & Musique
- Naz api - Accueil - Piratage
- Api taboola ✓ - Forum Virus
- Tv api a cessé de fonctionner - Forum Téléviseurs
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.
@+