par Stephane Maillard » 10 Juin 2003 à 09:47
Bonjour,Voici le code :Option PublicConst SW_SHOWNORMAL = 1Declare 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 LongSub InitializeShellExecute 0, "", "C:\Test.dat", "", "C:\", SW_SHOWNORMALEnd Sub[%sig%]
Cordialement
Stéphane Maillard