P
Peter B
Is it ok to call CreateProcess(...) (from OpenNETCF.org WinAPI) repeatedly
with the same application as argument. I am starting peghelp.exe from
different forms (via a global class). I.e. what happens when I do this? Any
good information I could read up on?
The global method I use from different forms:
public static void ShowHelp( string tag )
{
OpenNETCF.WinAPI.Core.CreateProcess("peghelp.exe", tag);
}
regards,
Peter
with the same application as argument. I am starting peghelp.exe from
different forms (via a global class). I.e. what happens when I do this? Any
good information I could read up on?
The global method I use from different forms:
public static void ShowHelp( string tag )
{
OpenNETCF.WinAPI.Core.CreateProcess("peghelp.exe", tag);
}
regards,
Peter