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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top