Réponse acceptée !
Salut, pour se passer de l'activeX, il y a un API qui t'ouvres n'importe quel fichier:
Private 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
Pour l'utiliser:
ShellExecute Me.hwnd, vbNullString, "C:\Documents and Settings\user\Mes documents\ISPH\Sécurité\Produit dangereux\051.pdf", vbNullString, "C:\", SW_SHOWNORMAL
Warning
Admin Codes-Sources.com
http://www.decompiler-vb.net/