D
Daan
I have the situation where application A checks if updates for itself
are available. If so, it launches application B to perform the update.
B needs A to shut down in order for this to succeed.
Right now, I use the OpenNETCF ProcessEntry.GetProcesses() and
ProcessEntry.Kill() methods to kill application A, but this gives some
problems sometimes and is not an elegant solution. I've read that it
should be possible to send a WM_CLOSE event from B to A in order to
have A close itself. I just cannot find out how to send such an event.
Both applications are written using C# on the .NET CompactFramework
2.0.
Thanks for any help.
are available. If so, it launches application B to perform the update.
B needs A to shut down in order for this to succeed.
Right now, I use the OpenNETCF ProcessEntry.GetProcesses() and
ProcessEntry.Kill() methods to kill application A, but this gives some
problems sometimes and is not an elegant solution. I've read that it
should be possible to send a WM_CLOSE event from B to A in order to
have A close itself. I just cannot find out how to send such an event.
Both applications are written using C# on the .NET CompactFramework
2.0.
Thanks for any help.