<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" media="screen" href="/styles/xslt/rss.xslt"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:media="http://search.yahoo.com/mrss/" xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" xmlns:c9="http://channel9.msdn.com">
<channel>
	<title>Channel 9 Forums - Tech Off - how to dedicate PC to a single window</title>
	<atom:link rel="self" type="application/rss+xml" href="http://channel9.msdn.com/Forums/rss"></atom:link>
	<image>
		<url>http://mschnlnine.vo.llnwd.net/d1/Dev/App_Themes/C9/images/feedimage.png</url>
		<title>Channel 9 Forums - Tech Off - how to dedicate PC to a single window</title>
		<link>http://channel9.msdn.com/Forums</link>
	</image>
	<description>Channel 9 keeps you up to date with the latest news and behind the scenes info from Microsoft that developers love to keep up with. From LINQ to SilverLight – Watch videos and hear about all the cool technologies coming and the people behind them.</description>
	<link>http://channel9.msdn.com/Forums</link>
	<language>en</language>
	<pubDate>Tue, 21 May 2013 15:20:36 GMT</pubDate>
	<lastBuildDate>Tue, 21 May 2013 15:20:36 GMT</lastBuildDate>
	<generator>Rev9</generator>
	<c9:totalResults>5</c9:totalResults>
	<c9:pageCount>-5</c9:pageCount>
	<c9:pageSize>-1</c9:pageSize>
	<item>
		<title>Tech Off - how to dedicate PC to a single window</title>
		<description><![CDATA[<p>I have a few PCs in a warehouse that have a bar code scanner attached as a keyboard input device. The scanner is setup to automatically scan labels as they are printed on a label printer.&nbsp; A PC window application then captures the inputs from the scanner as labels are printed.<br>This solution works fine until a 2nd window pops up for some reason, taking the input focus away the capture window.</p><p>Can I config Windows somehow to never leave a certain application, or never popup another window?&nbsp;</p><p>( for example, I know I can shutdown explorer.exe with ctrl-shift&nbsp; right click. How to do that from code? )&nbsp;</p>]]></description>
		<link>http://channel9.msdn.com/Forums/TechOff/how-to-dedicate-PC-to-a-single-window/eda118887acb46e4ab09a0f700da4930#eda118887acb46e4ab09a0f700da4930</link>
		<pubDate>Sat, 27 Oct 2012 13:14:45 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/TechOff/how-to-dedicate-PC-to-a-single-window/eda118887acb46e4ab09a0f700da4930#eda118887acb46e4ab09a0f700da4930</guid>
		<dc:creator>Steve Richter</dc:creator>
		<slash:comments>5</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/SteveRichter/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Tech Off - how to dedicate PC to a single window</title>
		<description><![CDATA[<p>@<a href="/Forums/TechOff/how-to-dedicate-PC-to-a-single-window#ceda118887acb46e4ab09a0f700da4930">SteveRichter</a>:I don't believe this is possible. Otherwise, every malware ever would do it.</p>]]></description>
		<link>http://channel9.msdn.com/Forums/TechOff/how-to-dedicate-PC-to-a-single-window/e6ca89fa4b284c98a335a0f80032ec72#e6ca89fa4b284c98a335a0f80032ec72</link>
		<pubDate>Sun, 28 Oct 2012 03:05:24 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/TechOff/how-to-dedicate-PC-to-a-single-window/e6ca89fa4b284c98a335a0f80032ec72#e6ca89fa4b284c98a335a0f80032ec72</guid>
		<dc:creator>Scott</dc:creator>
		<slash:comments>5</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/spivonious/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Tech Off - how to dedicate PC to a single window</title>
		<description><![CDATA[<p>Maybe something like this on a timer?&nbsp;</p><p><a href="http://stackoverflow.com/questions/12984556/switchtothiswindow">http://stackoverflow.com/questions/12984556/switchtothiswindow</a></p>]]></description>
		<link>http://channel9.msdn.com/Forums/TechOff/how-to-dedicate-PC-to-a-single-window/1e653eb128254af1b095a0f800c296ed#1e653eb128254af1b095a0f800c296ed</link>
		<pubDate>Sun, 28 Oct 2012 11:48:28 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/TechOff/how-to-dedicate-PC-to-a-single-window/1e653eb128254af1b095a0f800c296ed#1e653eb128254af1b095a0f800c296ed</guid>
		<dc:creator>Manip</dc:creator>
		<slash:comments>5</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/ManipUni/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Tech Off - how to dedicate PC to a single window</title>
		<description><![CDATA[<p>Can I &quot;exit explorer&quot; programatically just like can be done by pressing CTRL-SHIFT right click on the start button?</p><p>.... reading this :</p><p><a href="http://stackoverflow.com/questions/5689904/gracefully-exit-explorer-programmatically">http://stackoverflow.com/questions/5689904/gracefully-exit-explorer-programmatically</a></p><p>&nbsp;</p>]]></description>
		<link>http://channel9.msdn.com/Forums/TechOff/how-to-dedicate-PC-to-a-single-window/c41b4bbcb042460fbb16a0f800ec23c8#c41b4bbcb042460fbb16a0f800ec23c8</link>
		<pubDate>Sun, 28 Oct 2012 14:19:45 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/TechOff/how-to-dedicate-PC-to-a-single-window/c41b4bbcb042460fbb16a0f800ec23c8#c41b4bbcb042460fbb16a0f800ec23c8</guid>
		<dc:creator>Steve Richter</dc:creator>
		<slash:comments>5</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/SteveRichter/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Tech Off - how to dedicate PC to a single window</title>
		<description><![CDATA[<p>You can use GPO to disable Explorer entirely and load your app in place of it instead when the system starts. Alternatively you can do it via the registry (allowing one user to have a shell and another to not have one):&nbsp;</p><p><a href="<a href="http://msdn.microsoft.com/en-us/library/ms838576(v=winembedded.5">http&#58;&#47;&#47;msdn.microsoft.com&#47;en-us&#47;library&#47;ms838576&#40;v&#61;winembedded.5</a>).aspx"><a href="http://msdn.microsoft.com/en-us/library/ms838576(v=winembedded.5">http&#58;&#47;&#47;msdn.microsoft.com&#47;en-us&#47;library&#47;ms838576&#40;v&#61;winembedded.5</a>).aspx</a></p>]]></description>
		<link>http://channel9.msdn.com/Forums/TechOff/how-to-dedicate-PC-to-a-single-window/7a805e42f4a245609c2da0f8013eb46c#7a805e42f4a245609c2da0f8013eb46c</link>
		<pubDate>Sun, 28 Oct 2012 19:20:22 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/TechOff/how-to-dedicate-PC-to-a-single-window/7a805e42f4a245609c2da0f8013eb46c#7a805e42f4a245609c2da0f8013eb46c</guid>
		<dc:creator>Manip</dc:creator>
		<slash:comments>5</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/ManipUni/Discussions/RSS</wfw:commentRss>
	</item>
</channel>
</rss>