Click here to Skip to main content
15,886,362 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi everyone!

I would like to build a vb.net script which should get started by windows task service. eg.: every day the script should get started and should take a look in a specific sql server database and after that a mail should be generated and sent.

Would be awesome if someone can help me with that

Thanks!
Cheers
Posted

1 solution

Windows Service! should do what you seek.

Sample:
Simple Windows Service which sends auto Email alerts[^]

MSDN: Details about Windows Service:
Introduction to Windows Service Applications[^]

For more details, look here:
Simple Windows Service Sample[^]
Your first C# Web Service[^]
Windows Services in Action I[^]
 
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