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 73,2% France
Canada 5,8% Canada
Belgique 3,7% Belgique

Total:

150

Pays
018423190
Aujourd'hui: 84
Hier: 488
Cette semaine: 1.435
Semaine dernière: 3.121
Ce mois: 5.015