C# Tutorials and offshore development in India
    Tutorials   Resources   Forum   Communities   Interview   Jobs   Projects   Offshore Development    
Silverlight Tutorials | Mentor | Code Converter | Articles | Code Factory | Computer Jokes | Members | Peer Appraisal | IT Companies | Bookmarks | Revenue Sharing |


Prizes & Awards
My Profile



Active Members
TodayLast 7 Days more...

New Feature: Community Sites: Create your own .NET community website and start earning from Google AdSense ! It's Free !




Windows Scheduler


Posted Date: 02 Sep 2008      Total Responses: 1

Posted By: ilango       Member Level: Gold     Points: 1


Hi,

How can we create a windows scheduler through dot net coding?

Thanks in Advacne




Responses

Author: D.Jeya kumar(JK)    02 Sep 2008Member Level: DiamondRating:     Points: -20
Hi,


Using windows service we can do that add a window service. and then
add the code that you want to process the continully it is just like timmer



Protected Overrides Sub OnStart(ByVal args() As String)
' Add code here to start your service. This method should set things
' in motion so your service can do its work.
End sub

Protected Overrides Sub OnStop()
' Add code here to perform any tear-down necessary to stop your service.
End Sub


Regards
JK


Post Reply
You must Sign In to post a response.
Next : Urgent PLZZZZ.....
Previous : how to validate datetimepicker in windows application
Return to Discussion Forum
Post New Message
Category: Windows

Related Messages



dotNet Slackers   BizTalk Adaptors    Web Design

masks masks masks

Contact Us    Privacy Policy    Terms Of Use