Home
Forums
New posts
Search forums
What's new
New posts
New profile posts
Latest activity
Members
Current visitors
New profile posts
Search profile posts
C# Community
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Menu
Log in
Register
Install the app
Install
Home
Forums
VB.NET
Windows Services
Creating a system to control settings of the service?
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="ceegh" data-source="post: 1366" data-attributes="member: 581"><p>You have probably moved forward on this issue already (looking at the original post date), but I thought I might put in a suggestion.</p><p></p><p>A common database table is probably the best move with your situation if you are using a shared DB anyway. I've used a SQL Server table for queuing commands issued from client apps (just an XML statement) that are then parsed by the service and used to issue commands. This helps avoid that nasty "no desktop interaction" rule that Windows services are supposed to follow while making it easy to create client interaction with your service.</p></blockquote><p></p>
[QUOTE="ceegh, post: 1366, member: 581"] You have probably moved forward on this issue already (looking at the original post date), but I thought I might put in a suggestion. A common database table is probably the best move with your situation if you are using a shared DB anyway. I've used a SQL Server table for queuing commands issued from client apps (just an XML statement) that are then parsed by the service and used to issue commands. This helps avoid that nasty "no desktop interaction" rule that Windows services are supposed to follow while making it easy to create client interaction with your service. [/QUOTE]
Insert quotes…
Verification
Post reply
Home
Forums
VB.NET
Windows Services
Creating a system to control settings of the service?
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.
Accept
Learn more…
Top
Bottom