Running another program

  • Thread starter Thread starter Image Integration
  • Start date Start date
I

Image Integration

Hi,

To start another program like "peghelp.exe" I tried

using System.Runtime.InteropServices;

[DllImport("coredll.dll", SetLastError = true)]
public static extern int ShellExecuteEx(ref SHELLEXECUTEINFO shInfo);

but: it does not recognize: SHELLEXECUTEINFO

any ideas ?

Thanks - Ralf
(e-mail address removed)
 
Back
Top