<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Eddie On Everything &#187; full screen</title>
	<atom:link href="http://www.eddieoneverything.com/tag/full-screen/feed" rel="self" type="application/rss+xml" />
	<link>http://www.eddieoneverything.com</link>
	<description>Tips &#38; tricks on things that interest me</description>
	<lastBuildDate>Wed, 11 Jan 2012 08:29:23 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>How To Force a Full-Screen Game To Run In A Window In XP</title>
		<link>http://www.eddieoneverything.com/windows-xp/how-to-force-a-full-screen-game-to-run-in-a-window-in-xp.php</link>
		<comments>http://www.eddieoneverything.com/windows-xp/how-to-force-a-full-screen-game-to-run-in-a-window-in-xp.php#comments</comments>
		<pubDate>Tue, 09 Feb 2010 16:13:37 +0000</pubDate>
		<dc:creator>eddie</dc:creator>
				<category><![CDATA[windows xp]]></category>
		<category><![CDATA[full screen]]></category>
		<category><![CDATA[games]]></category>
		<category><![CDATA[video]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://www.eddieoneverything.com/?p=581</guid>
		<description><![CDATA[Man, nothing bothers me more than computer applications that insist on going full-screen in Windows. (OK, some things bother me more.  But it *is* annoying.) This behavior seems to be prevalent in many computer games, and I can&#8217;t for the life of me understand why developers insist on abusing their users in this way. [...]]]></description>
			<content:encoded><![CDATA[<p>Man, nothing bothers me more than computer applications that insist on going full-screen in Windows. (OK, some things bother me more.  But it *is* annoying.) This behavior seems to be prevalent in many computer games, and I can&#8217;t for the life of me understand why developers insist on abusing their users in this way.  Hey people, I have a freaking GIGANTIC monitor with enough space to view many applications at once. Why should I have to devote all 26&#8243; of my screen real estate to a game that can easily run in an 800&#215;600 window? </p>
<p>Unfortunately, there is not always an easy solution to this problem.  However, there are a few things you, kind user, can do to try to fix this broken-by-design behavior. </p>
<p><strong>1.  Try hitting &#8220;ALT-Enter&#8221; </strong>while the game or application is running.  ALT-ENTER is a Windows key command that instructs an application to run in windowed mode.  Depending on which game you are playing, this may work.  (This is the easiest solution.)</p>
<p><strong><a href="http://forums.techguy.org/games/523219-how-do-i-force-game.html" target="_blank">2.</a>  Try altering the command line switch</strong> in the application shortcut to specify windowed mode.  Here&#8217;s how:</p>
<ol>
<li>Right click on the shortcut of the file and go to properties.</li>
<li>Go to the box that says &#8220;target.&#8221;  It&#8217;ll look something like: &#8220;C:\Program Files\Warcraft III\Frozen Throne.exe&#8221;.  Add the switch &#8220;-window&#8221; to end of the command.  For instance, in the above example, it&#8217;ll then look like this: &#8220;C:\Program Files\Warcraft III\Frozen Throne.exe&#8221; -window</li>
<li>If adding &#8220;-window&#8221; doesn&#8217;t work, try adding just &#8220;-w&#8221;.  (This works for some Sims games, like Sims2.)</li>
<li>If neither of those work, check the user manual to see if there is another switch that does work.  If you find one, post it in the comments to help other people out!</li>
</ol>
<p>For this method to work, the game developers must have specifically coded for this option.  It will not work on all games.</p>
<p><strong>3.  Try using <a href="http://appaholic.co.uk/2007/10/16/dxwnd-force-almost-anything-into-a-windowed-mode/" target="_blank">DXWNnd</a>.</strong>  There&#8217;s a program out there that&#8217;s called &#8220;dxwnd.&#8221;  This program intercepts DirectX applications and forces them to run in windowed mode.  I have had mixed results with this program &#8211; the colors don&#8217;t always render properly.  Still, it&#8217;s worth a shot.  To try this method, do the following:</p>
<ol>
<li>Download and save <a href="http://appaholic.co.uk/2007/10/16/dxwnd-force-almost-anything-into-a-windowed-mode/" target="_blank">dxwnd.exe</a></li>
<li>Right click the dxwnd&#8217;s window pane</li>
<li>Select &#8220;Add&#8221;</li>
<li>Use the &#8220;&#8230;&#8221; button to browse for your fullscreened executable</li>
<li>Select the DirectX version of your executable if it&#8217;s known, if not, leave it set to &#8220;Automatic&#8221;</li>
<li>If your executable runs in 256 (8-bit) colored mode, check the &#8220;Emulate 256 Color Palette&#8221; check box</li>
<li>Click &#8220;OK&#8221;</li>
<li>Now that you have an entry for your executable, simply double click it or run the game/application itself. What&#8217;s neat is as long as dwwnd is running, it will intercept the launching of the application itself, so it&#8217;s not necessary to use dxwnd itself to start your game/application</li>
</ol>
<p>This is an old tool, and I was not able to get it to work properly on any of my games.  I hope it works for you, though!</p>
<p><strong>4.  &#8220;Sizer&#8221; lets you automatically resize a window.</strong>  Another option to try is the freeware <a href="http://www.brianapps.net/sizer.html" target="_blank">Sizer</a> application.  Sizer allows you to resize any window to an exact, predefined size.  </p>
<ol>
<li>Download and install <a href="http://www.brianapps.net/sizer.html" target="_blank">Sizer</a>.</li>
<li>Run the program.  It will appear in your system tray.</li>
<li>Run the program you want to resize.  Hit ALT-TAB to show the Windows Start Bar.  Right click on the Application and choose the desired size.</li>
</ol>
<p>I was able to get Sizer to work on my Magic: The Gathering game, but not on Jeopardy: 2003.  </p>
<p><strong>5.  Virtualization method:</strong> If the above fail, and you still want to run this application in a window, consider setting up a Virtual PC and running the application within it.  To do this, you&#8217;ll need to download virtualization software like Sun&#8217;s <a href="http://www.virtualbox.org/" target="_blank">Virtual Box</a>, set up a virtual PC running Windows (Or OSX, whatever your poison :), then install the software into that virtual machine.  This is by far the most complicated method and may not be for everybody.  But it *should* work each and every time. </p>
<p>I had to use the VirtualBox method to get my Jeopardy 2003 game to run in windowed mode.  If you are able to get any of your games running in windowed mode, post how you did it in the comments!</p>
<h2  class="related_post_title">Related Posts</h2><ul class="related_post"><li><a href="http://www.eddieoneverything.com/articles/windows-desktop-icons-keep-flashing-on-off-in-my-case-vnc-was-the-cause.php" title="Windows Desktop Icons Keep Flashing On &amp; Off?  In my case, VNC was the cause.">Windows Desktop Icons Keep Flashing On &amp; Off?  In my case, VNC was the cause.</a></li><li><a href="http://www.eddieoneverything.com/articles/how-to-set-the-window-size-and-position-of-a-chrome-application-shortcut.php" title="How to Set the Window Size and Position of a Chrome Application Shortcut">How to Set the Window Size and Position of a Chrome Application Shortcut</a></li><li><a href="http://www.eddieoneverything.com/articles/acrobatinfo-exe-is-as-bad-as-a-virus-how-to-remove-it.php" title="AcrobatInfo.exe is as bad as a Virus &#8211; How to remove it">AcrobatInfo.exe is as bad as a Virus &#8211; How to remove it</a></li><li><a href="http://www.eddieoneverything.com/windows-xp/how-to-fix-the-clocks-an-error-occurred-while-windows-was-synchronizing-with-error.php" title="How to Fix the clock&#8217;s &#8220;An Error Occurred While Windows was synchronizing with&#8221; Error">How to Fix the clock&#8217;s &#8220;An Error Occurred While Windows was synchronizing with&#8221; Error</a></li><li><a href="http://www.eddieoneverything.com/windows-xp/how-to-get-a-kingwin-usb-drive-enclosure-to-work-in-windows-xp.php" title="How To Get a Kingwin USB Drive Enclosure To Work In Windows XP">How To Get a Kingwin USB Drive Enclosure To Work In Windows XP</a></li><li><a href="http://www.eddieoneverything.com/windows-xp/how-to-run-device-manager-from-the-windows-command-line.php" title="How To Run Device Manager From The Windows Command Line">How To Run Device Manager From The Windows Command Line</a></li><li><a href="http://www.eddieoneverything.com/windows-xp/how-to-re-mount-a-usb-drive-in-windows-without-rebooting.php" title="How to Re-Mount a USB Drive in Windows Without Rebooting">How to Re-Mount a USB Drive in Windows Without Rebooting</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.eddieoneverything.com/windows-xp/how-to-force-a-full-screen-game-to-run-in-a-window-in-xp.php/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

