Recherche

 

Declare Function ShellExecute Lib "shell32.dll" Alias "ShellExecuteA"
(ByVal hwnd As LongByVal lpOperation As StringByVal lpFile As
StringByVal lpParameters As StringByVal lpDirectory As StringByVal
nShowCmd As LongAs Long
Public Sub test()
Dim Prog As String, Chemin As String, Ret As Long
Chemin = "E:Program FilesMicrosoft OfficeOffice"
Prog = "Cgmimp32.hlp"
Ret = ShellExecute(Ret, "open", Prog, "", Chemin, 1)
'Pour fermer : remplacer Open par close
End Sub

Statistiques

France 72,9% France
Canada 6,9% Canada
Belgique 4,1% Belgique

Total:

134

Pays
018361831
Aujourd'hui: 141
Hier: 162
Cette semaine: 2.611
Semaine dernière: 2.495
Ce mois: 6.002