Click here to Skip to main content
15,896,207 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi ! I am doing inventory control Application for my company,which can add,update,delete,print on products.Now i want to create a windows service which runs to generate a product report from my application and it should attach those reports and send email to the addresses which i stored thro my application.In my application i am using windows report,this service should use that report and export it to excel file before sending.This email sending should be done on every Saturday(say).
Help me to work with windows service....
all your advices are appreciable !
Posted

1 solution

Hi Johnsathish,

I want to suggest another simple solution.

1. Create your all task in a separate application.
2. Call this application in a batch file.
3. Use Window schedule task and add this batch file to schedule task execute process.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900