Windows Develop Bookmark and Share   
 index > Windows Forms General > Windows service
 

Windows service

Hi there! I need to create some windows service which will execute every N period of time. The question is - which timer control should I use: System.Winforms or System.Threading one? Does it influence on something? Thank you.

nKognito  Wednesday, October 29, 2008 7:27 AM
You are posting to the wrong forum. Windows Forms do not work in a service. These kind of open-ended questions are fodder for StackOverflow.com.
nobugz  Wednesday, October 29, 2008 12:43 PM
Giorgi Dalakishvili  Wednesday, October 29, 2008 9:39 AM
I already saw this article. The problem is that there are many evidences of not correct work of windows services with System.Timers.Timer.. I would like to hear some opinions about it..

nKognito  Wednesday, October 29, 2008 9:53 AM
You are posting to the wrong forum. Windows Forms do not work in a service. These kind of open-ended questions are fodder for StackOverflow.com.
nobugz  Wednesday, October 29, 2008 12:43 PM

You can use google to search for other answers

Custom Search

More Threads

• property grid questions
• tree view (help)
• Parent, child forms check if open or closed
• Picture Box Image in the parent form
• How can I catch the event that occur before a item is selected in System.Windows.Forms.ListBox control?
• C# winform - check if event fired while in another event
• Undo Dataset/Datatable in memory
• Capturing Panel as Bitmap using VS 2003 C#
• SmartClients and OS ?
• About Propertygrid--How can I sort the Category?