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)
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)