Question

Soft reset in WindowsCE Handydevice .

Was it helpful?

Solution

The OpenNETCF framework provides a simple method for this task:

using OpenNETCF.WindowsCE;   
// ... 
PowerManagement.SoftReset();
Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top