Services on Windows Smartphone
Mobile
1
Posts
1
Posters
0
Views
1
Watching
-
Hello, I want to create a background service for my mobile phone which will check if new files are created or changed in a predefined directory. I used the FileSystemWatcher of OpenNetCF but the problem is that when the application lost his focus the watcher is not working anymore. Anyone know how to make a service with .Net or embedded C++? Best regards, WithPit