FindExecutable (shell32)
Last changed: -77.87.224.104

.
Summary

C# Signature:

[DllImport("shell32.dll")]
static extern IntPtr FindExecutable(string lpFile, string lpDirectory,
   [Out] StringBuilder lpResult);

VB Signature:

Private Declare Function FindExecutable Lib "shell32" Alias "FindExecutableA" _
      (ByVal lpFile As String, _
       ByVal lpDirectory As String, _
       ByVal sResult As String) As IntPtr

User-Defined Types:

None.

Notes:

None.

Tips & Tricks:

Please add some!

Sample Code:

Please add some!!

Alternative Managed API:

Do you know one? Please contribute it!

Documentation