Hello,
Here`s what I found...
Declare Function FindExecutable Lib "shell32.dll" Alias "FindExecutableA" (Byval lpFile As String, Byval lpDirectory As String, Byval lpResult As String) As Long
Function FindExByFileName(Byval Datei As String) As String
Dim Pfad As String...