Administrator
VB.NET Forum Admin
- Joined
- Jun 3, 2004
- Messages
- 1,462
- Programming Experience
- 10+
I'm building a windows service that will download items daily and store in a database. I'd like to provide the user a way to control frequency of downloads, options, e-mail notifications, i.e. SMTP config, addresses, etc.
What's the best way to associate a UI with a running windows service? I guess a common data store would be an option, but curious how you make your windows services configurable for users to control options, etc.
What's the best way to associate a UI with a running windows service? I guess a common data store would be an option, but curious how you make your windows services configurable for users to control options, etc.