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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top