Create a windows-like Service in CF using C#?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I'm trying to figure out how to mimic the functionality of a Windows Service
on the .NET Compact Framework 2.0. I need this application to always run in
the background. I've researched quite a bit, but all I was able to find was
articles related to building such an application in C++, or other articles
that suggest building a standard application, but omit the call to ShowDialog.

What is the best approach to doing this in C#?

Thanks,
Roby2222
 
Back
Top