G
Guest
Hello
I'm using the WinAPI from opennetcf.org
I start a program like that
ProID = OpenNETCF.WinAPI.Core.ShellExecute("\windows\rda.exe", "1"
now I want to stop this program. I tried
OpenNETCF.WinAPI.Core.TerminateProcess(ProID, 0)
but it doesn't work. Can anybody help me? In the documentation there are no informations about that.
thank you!
I'm using the WinAPI from opennetcf.org
I start a program like that
ProID = OpenNETCF.WinAPI.Core.ShellExecute("\windows\rda.exe", "1"
now I want to stop this program. I tried
OpenNETCF.WinAPI.Core.TerminateProcess(ProID, 0)
but it doesn't work. Can anybody help me? In the documentation there are no informations about that.
thank you!