Windows Services
-
Hi, I have created one windows service. Now i want to run any GUI made in C# as Schedule time. Plz give me any idea? Thanx in Advance......
-
Hi, I have created one windows service. Now i want to run any GUI made in C# as Schedule time. Plz give me any idea? Thanx in Advance......
Hi, You can simply schedule the service through Scheduled Tasks in windows. Go to control panel --> Scheduled Task and add a new task for your service. You can install your service as well and it will run in the background and performs your task according to your requirements. Regards,
-
Hi, You can simply schedule the service through Scheduled Tasks in windows. Go to control panel --> Scheduled Task and add a new task for your service. You can install your service as well and it will run in the background and performs your task according to your requirements. Regards,
Thanks for response...Can we do this Programmaticly.
-
Thanks for response...Can we do this Programmaticly.
Yes, you can: A New Task Scheduler Class Library for .NET[^]
Giorgi Dalakishvili #region signature My Articles / My Latest Article[^] / My blog[^] #endregion
-
Yes, you can: A New Task Scheduler Class Library for .NET[^]
Giorgi Dalakishvili #region signature My Articles / My Latest Article[^] / My blog[^] #endregion
Thanks.... it's very helpful....
-
Thanks.... it's very helpful....
Glad to help you :)
Giorgi Dalakishvili #region signature My Articles / My Latest Article[^] / My blog[^] #endregion