<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: Windows Services in C#: Sending Commands to your Windows Service (part 7)</title>
	<atom:link href="http://arcanecode.com/2007/05/30/windows-services-in-c-sending-commands-to-your-windows-service-part-7/feed/" rel="self" type="application/rss+xml" />
	<link>http://arcanecode.com/2007/05/30/windows-services-in-c-sending-commands-to-your-windows-service-part-7/</link>
	<description>Making Microsoft .Net Development Magical</description>
	<lastBuildDate>Tue, 07 Feb 2012 16:57:33 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: bharathi</title>
		<link>http://arcanecode.com/2007/05/30/windows-services-in-c-sending-commands-to-your-windows-service-part-7/#comment-27992</link>
		<dc:creator><![CDATA[bharathi]]></dc:creator>
		<pubDate>Fri, 24 Sep 2010 10:51:12 +0000</pubDate>
		<guid isPermaLink="false">http://arcanecode.wordpress.com/2007/05/30/windows-services-in-c-sending-commands-to-your-windows-service-part-7/#comment-27992</guid>
		<description><![CDATA[how to pass values to a service which is running on remote system from a window application..... Please help]]></description>
		<content:encoded><![CDATA[<p>how to pass values to a service which is running on remote system from a window application&#8230;.. Please help</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shahrokh</title>
		<link>http://arcanecode.com/2007/05/30/windows-services-in-c-sending-commands-to-your-windows-service-part-7/#comment-27636</link>
		<dc:creator><![CDATA[Shahrokh]]></dc:creator>
		<pubDate>Mon, 05 Apr 2010 04:12:28 +0000</pubDate>
		<guid isPermaLink="false">http://arcanecode.wordpress.com/2007/05/30/windows-services-in-c-sending-commands-to-your-windows-service-part-7/#comment-27636</guid>
		<description><![CDATA[Good Job .]]></description>
		<content:encoded><![CDATA[<p>Good Job .</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: TJ</title>
		<link>http://arcanecode.com/2007/05/30/windows-services-in-c-sending-commands-to-your-windows-service-part-7/#comment-27576</link>
		<dc:creator><![CDATA[TJ]]></dc:creator>
		<pubDate>Sat, 20 Mar 2010 02:50:38 +0000</pubDate>
		<guid isPermaLink="false">http://arcanecode.wordpress.com/2007/05/30/windows-services-in-c-sending-commands-to-your-windows-service-part-7/#comment-27576</guid>
		<description><![CDATA[Help!!

I built a windows service that i install from another application. the problem is when it gets installed, it isn&#039;t visible to any .NET application unless i restart the computer, in other words, if I go to the windows services application that ships with windows I can see my service but not with: ServiceController sc = new ServiceController(“MyService”); It just doesnt find it unless I restart the system and it&#039;s driving me nuts!!! can you please give some advice!?]]></description>
		<content:encoded><![CDATA[<p>Help!!</p>
<p>I built a windows service that i install from another application. the problem is when it gets installed, it isn&#8217;t visible to any .NET application unless i restart the computer, in other words, if I go to the windows services application that ships with windows I can see my service but not with: ServiceController sc = new ServiceController(“MyService”); It just doesnt find it unless I restart the system and it&#8217;s driving me nuts!!! can you please give some advice!?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ali</title>
		<link>http://arcanecode.com/2007/05/30/windows-services-in-c-sending-commands-to-your-windows-service-part-7/#comment-27488</link>
		<dc:creator><![CDATA[Ali]]></dc:creator>
		<pubDate>Wed, 10 Feb 2010 09:52:01 +0000</pubDate>
		<guid isPermaLink="false">http://arcanecode.wordpress.com/2007/05/30/windows-services-in-c-sending-commands-to-your-windows-service-part-7/#comment-27488</guid>
		<description><![CDATA[Excellent Stuff]]></description>
		<content:encoded><![CDATA[<p>Excellent Stuff</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Raj</title>
		<link>http://arcanecode.com/2007/05/30/windows-services-in-c-sending-commands-to-your-windows-service-part-7/#comment-27445</link>
		<dc:creator><![CDATA[Raj]]></dc:creator>
		<pubDate>Thu, 21 Jan 2010 09:33:26 +0000</pubDate>
		<guid isPermaLink="false">http://arcanecode.wordpress.com/2007/05/30/windows-services-in-c-sending-commands-to-your-windows-service-part-7/#comment-27445</guid>
		<description><![CDATA[Hey, 
The article was very useful..thank you so much. But I need to do something more. I have this windows service running along with my application and I can connect to it without any problem using ServiceController. But I want the service to return a value. Is there any way I can do it.. What is .net remoting. Can I make my service return a value using .net remoting....]]></description>
		<content:encoded><![CDATA[<p>Hey,<br />
The article was very useful..thank you so much. But I need to do something more. I have this windows service running along with my application and I can connect to it without any problem using ServiceController. But I want the service to return a value. Is there any way I can do it.. What is .net remoting. Can I make my service return a value using .net remoting&#8230;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sumit</title>
		<link>http://arcanecode.com/2007/05/30/windows-services-in-c-sending-commands-to-your-windows-service-part-7/#comment-27319</link>
		<dc:creator><![CDATA[Sumit]]></dc:creator>
		<pubDate>Tue, 08 Dec 2009 10:44:44 +0000</pubDate>
		<guid isPermaLink="false">http://arcanecode.wordpress.com/2007/05/30/windows-services-in-c-sending-commands-to-your-windows-service-part-7/#comment-27319</guid>
		<description><![CDATA[Hi,

I have one Windows Service say A.exe. This windows service is running properly. Now I want to pass three parameters to this service by command line only as follows: 

A.exe parameter1 parameter2 parameter3

My Service A.exe should accept these parameters and should do some stuff on the basis of these parameters.

And some external code would continuously execute command - A.exe parameter1 parameter2 parameter3 and each time value of these parameters would be different.

Could you please suggest how to handle this kind of requirement?

Thanks in Advance.]]></description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I have one Windows Service say A.exe. This windows service is running properly. Now I want to pass three parameters to this service by command line only as follows: </p>
<p>A.exe parameter1 parameter2 parameter3</p>
<p>My Service A.exe should accept these parameters and should do some stuff on the basis of these parameters.</p>
<p>And some external code would continuously execute command &#8211; A.exe parameter1 parameter2 parameter3 and each time value of these parameters would be different.</p>
<p>Could you please suggest how to handle this kind of requirement?</p>
<p>Thanks in Advance.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: arcanecode</title>
		<link>http://arcanecode.com/2007/05/30/windows-services-in-c-sending-commands-to-your-windows-service-part-7/#comment-27162</link>
		<dc:creator><![CDATA[arcanecode]]></dc:creator>
		<pubDate>Fri, 23 Oct 2009 13:48:26 +0000</pubDate>
		<guid isPermaLink="false">http://arcanecode.wordpress.com/2007/05/30/windows-services-in-c-sending-commands-to-your-windows-service-part-7/#comment-27162</guid>
		<description><![CDATA[You&#039;d have to write a wrapper to call .Net from unmanaged C++ code, haven&#039;t done it myself but look at:

http://www.codeguru.com/cpp/cpp/cpp_managed/interop/article.php/c13201/

and 

http://msdn.microsoft.com/en-us/library/ms973872.aspx

for examples and more info.]]></description>
		<content:encoded><![CDATA[<p>You&#8217;d have to write a wrapper to call .Net from unmanaged C++ code, haven&#8217;t done it myself but look at:</p>
<p><a href="http://www.codeguru.com/cpp/cpp/cpp_managed/interop/article.php/c13201/" rel="nofollow">http://www.codeguru.com/cpp/cpp/cpp_managed/interop/article.php/c13201/</a></p>
<p>and </p>
<p><a href="http://msdn.microsoft.com/en-us/library/ms973872.aspx" rel="nofollow">http://msdn.microsoft.com/en-us/library/ms973872.aspx</a></p>
<p>for examples and more info.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: vasek7</title>
		<link>http://arcanecode.com/2007/05/30/windows-services-in-c-sending-commands-to-your-windows-service-part-7/#comment-27144</link>
		<dc:creator><![CDATA[vasek7]]></dc:creator>
		<pubDate>Tue, 20 Oct 2009 07:11:47 +0000</pubDate>
		<guid isPermaLink="false">http://arcanecode.wordpress.com/2007/05/30/windows-services-in-c-sending-commands-to-your-windows-service-part-7/#comment-27144</guid>
		<description><![CDATA[Hi, how can I use this:
ServiceController sc = new ServiceController(“ArcaneTimeLogging”);
sc.ExecuteCommand(255);
in my unmanaged C++ code?]]></description>
		<content:encoded><![CDATA[<p>Hi, how can I use this:<br />
ServiceController sc = new ServiceController(“ArcaneTimeLogging”);<br />
sc.ExecuteCommand(255);<br />
in my unmanaged C++ code?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sameh Salem</title>
		<link>http://arcanecode.com/2007/05/30/windows-services-in-c-sending-commands-to-your-windows-service-part-7/#comment-27112</link>
		<dc:creator><![CDATA[Sameh Salem]]></dc:creator>
		<pubDate>Sun, 11 Oct 2009 21:57:17 +0000</pubDate>
		<guid isPermaLink="false">http://arcanecode.wordpress.com/2007/05/30/windows-services-in-c-sending-commands-to-your-windows-service-part-7/#comment-27112</guid>
		<description><![CDATA[amazing you really solve my problem

oncustom commands wowwwww!!!]]></description>
		<content:encoded><![CDATA[<p>amazing you really solve my problem</p>
<p>oncustom commands wowwwww!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Roamar</title>
		<link>http://arcanecode.com/2007/05/30/windows-services-in-c-sending-commands-to-your-windows-service-part-7/#comment-27056</link>
		<dc:creator><![CDATA[Roamar]]></dc:creator>
		<pubDate>Fri, 25 Sep 2009 16:18:26 +0000</pubDate>
		<guid isPermaLink="false">http://arcanecode.wordpress.com/2007/05/30/windows-services-in-c-sending-commands-to-your-windows-service-part-7/#comment-27056</guid>
		<description><![CDATA[Yep!

Good work budy!]]></description>
		<content:encoded><![CDATA[<p>Yep!</p>
<p>Good work budy!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hagashen</title>
		<link>http://arcanecode.com/2007/05/30/windows-services-in-c-sending-commands-to-your-windows-service-part-7/#comment-25799</link>
		<dc:creator><![CDATA[Hagashen]]></dc:creator>
		<pubDate>Wed, 13 Aug 2008 07:39:21 +0000</pubDate>
		<guid isPermaLink="false">http://arcanecode.wordpress.com/2007/05/30/windows-services-in-c-sending-commands-to-your-windows-service-part-7/#comment-25799</guid>
		<description><![CDATA[Awesome article really useful.]]></description>
		<content:encoded><![CDATA[<p>Awesome article really useful.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ajit Kumar Thakur</title>
		<link>http://arcanecode.com/2007/05/30/windows-services-in-c-sending-commands-to-your-windows-service-part-7/#comment-25532</link>
		<dc:creator><![CDATA[Ajit Kumar Thakur]]></dc:creator>
		<pubDate>Tue, 10 Jun 2008 05:07:44 +0000</pubDate>
		<guid isPermaLink="false">http://arcanecode.wordpress.com/2007/05/30/windows-services-in-c-sending-commands-to-your-windows-service-part-7/#comment-25532</guid>
		<description><![CDATA[Nice Article OnCustom Command]]></description>
		<content:encoded><![CDATA[<p>Nice Article OnCustom Command</p>
]]></content:encoded>
	</item>
</channel>
</rss>

