ShellExecute to Start Menu programs

  • Thread starter Thread starter MCzajk
  • Start date Start date
M

MCzajk

Is there a function similar to ShellExecute, which I can hook to when the
program is started using Start Menu icon?

MCzajk
 
MCzajk,

There is no ShellExecute function in .NET. However, you can make the
call to the ShellExecute (or ShellExecuteEx) API function through the
P/Invoke layer.

Hope this helps.
 
Back
Top