المساعد الشخصي الرقمي

مشاهدة النسخة كاملة : What is the best way to create background application?



C# Programming
08-22-2009, 03:00 PM
If i want to create an application without any console and without any form that for example:
1. every 20 hours send an email
2. backup some folder or doing anything without the user interaction.
3. Will write a log to a file.
4. will run a process if some event occur.

I know that i can make a form application but then i need to mark the form with 0% Opacity. That will take a lot of memory for the process.

What is the best way?