<?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/"
		>
<channel>
	<title>Comments on: How to start a GUI process from service, under Windows Vista/7</title>
	<atom:link href="http://www.cromis.net/blog/2010/01/how-to-start-a-gui-process-from-service-under-windows-vista7/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.cromis.net/blog/2010/01/how-to-start-a-gui-process-from-service-under-windows-vista7/</link>
	<description>A blog about Delphi programming and all things technical</description>
	<lastBuildDate>Tue, 31 Jan 2012 09:32:12 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.1</generator>
	<item>
		<title>By: top mistakes</title>
		<link>http://www.cromis.net/blog/2010/01/how-to-start-a-gui-process-from-service-under-windows-vista7/comment-page-1/#comment-409</link>
		<dc:creator>top mistakes</dc:creator>
		<pubDate>Sun, 11 Dec 2011 14:10:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.cromis.net/blog/?p=553#comment-409</guid>
		<description>Your site is pretty cool to me and your topics are very relevant.  I was browsing around and came across something you might find interesting.  I was guilty of 3 of them with my sites.  &quot;99% of site owners are guilty of these five BIG  errors&quot;.  http://tinyurl.com/7dtdnz9 You will be suprised how easy they are to fix.</description>
		<content:encoded><![CDATA[<p>Your site is pretty cool to me and your topics are very relevant.  I was browsing around and came across something you might find interesting.  I was guilty of 3 of them with my sites.  &#8220;99% of site owners are guilty of these five BIG  errors&#8221;.  <a href="http://tinyurl.com/7dtdnz9" rel="nofollow">http://tinyurl.com/7dtdnz9</a> You will be suprised how easy they are to fix.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Iztok Kacin</title>
		<link>http://www.cromis.net/blog/2010/01/how-to-start-a-gui-process-from-service-under-windows-vista7/comment-page-1/#comment-336</link>
		<dc:creator>Iztok Kacin</dc:creator>
		<pubDate>Mon, 13 Dec 2010 12:24:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.cromis.net/blog/?p=553#comment-336</guid>
		<description>Thans for the tip. This makes one step obsolete, no more starter app :) I missed that when writing this article.</description>
		<content:encoded><![CDATA[<p>Thans for the tip. This makes one step obsolete, no more starter app <img src='http://www.cromis.net/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  I missed that when writing this article.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nikolay B.</title>
		<link>http://www.cromis.net/blog/2010/01/how-to-start-a-gui-process-from-service-under-windows-vista7/comment-page-1/#comment-335</link>
		<dc:creator>Nikolay B.</dc:creator>
		<pubDate>Sun, 12 Dec 2010 21:33:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.cromis.net/blog/?p=553#comment-335</guid>
		<description>Hello,

First I must say nice tutorial! :)

I have a hint for you, if you do
DWORD	uiAccess	= 1;
SetTokenInformation(hUserTokenDup, TokenUIAccess, @uiAccess, SizeOf(DWORD));
you will not have to use starter program in order to get around the &quot;minimized&quot; issue. :)</description>
		<content:encoded><![CDATA[<p>Hello,</p>
<p>First I must say nice tutorial! <img src='http://www.cromis.net/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>I have a hint for you, if you do<br />
DWORD	uiAccess	= 1;<br />
SetTokenInformation(hUserTokenDup, TokenUIAccess, @uiAccess, SizeOf(DWORD));<br />
you will not have to use starter program in order to get around the &#8220;minimized&#8221; issue. <img src='http://www.cromis.net/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael Nixon</title>
		<link>http://www.cromis.net/blog/2010/01/how-to-start-a-gui-process-from-service-under-windows-vista7/comment-page-1/#comment-294</link>
		<dc:creator>Michael Nixon</dc:creator>
		<pubDate>Wed, 24 Feb 2010 20:34:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.cromis.net/blog/?p=553#comment-294</guid>
		<description>Thank you very much for this informative article. I have been looking for a solution for this for months, putting my project away. Looked again today and came across this article.

Very useful!</description>
		<content:encoded><![CDATA[<p>Thank you very much for this informative article. I have been looking for a solution for this for months, putting my project away. Looked again today and came across this article.</p>
<p>Very useful!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: IL</title>
		<link>http://www.cromis.net/blog/2010/01/how-to-start-a-gui-process-from-service-under-windows-vista7/comment-page-1/#comment-290</link>
		<dc:creator>IL</dc:creator>
		<pubDate>Fri, 19 Feb 2010 07:09:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.cromis.net/blog/?p=553#comment-290</guid>
		<description>Thank you Mr.Wimmer. This book is published in 2004 and &quot;highlights new features in Windows Server 2003 and previews features of the upcoming version 2.0 of the .NET Framework.&quot; Shall use it!</description>
		<content:encoded><![CDATA[<p>Thank you Mr.Wimmer. This book is published in 2004 and &#8220;highlights new features in Windows Server 2003 and previews features of the upcoming version 2.0 of the .NET Framework.&#8221; Shall use it!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->
