[DllImport("shell32.dll")]
static extern IntPtr FindExecutable(string lpFile, string lpDirectory,
[Out] StringBuilder lpResult);
Private Declare Function FindExecutable Lib "shell32" Alias "FindExecutableA" _
(ByVal lpFile As String, _
ByVal lpDirectory As String, _
ByVal sResult As String) As IntPtr
None.
None.
Please add some!
Please add some!!
Do you know one? Please contribute it!