terminating an application

  • Thread starter Thread starter Andy Hooper via .NET 247
  • Start date Start date
A

Andy Hooper via .NET 247

Can anyone advise how to terminate a pocket pc application programatically?

I have 2 apps, one to capture data and the other to sync data with SQL Server.

The Sync app runs each time the pocket PC is docked, but requires that the data capture app is closed.

Thanks
Andy
 
Since they're both yours, you should be friendly about it. Send a message
from one to the other to tell it to close, then let it handle closing
itself.

-Chris
 
Back
Top