<?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: Enable HIBERNATE Button in Shutdown Dialog Box in Windows XP</title>
	<atom:link href="http://www.askvg.com/enable-hibernate-button-in-shutdown-dialog-box-in-windows-xp/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.askvg.com/enable-hibernate-button-in-shutdown-dialog-box-in-windows-xp/</link>
	<description>Technology News, Internet, Tips-n-Tricks, Tutorials, Software Reviews, Themes, Skins, Wallpapers</description>
	<lastBuildDate>Fri, 19 Mar 2010 08:36:10 +0500</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Shikhar</title>
		<link>http://www.askvg.com/enable-hibernate-button-in-shutdown-dialog-box-in-windows-xp/comment-page-4/#comment-94196</link>
		<dc:creator>Shikhar</dc:creator>
		<pubDate>Tue, 22 Dec 2009 09:30:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.askvg.com/enable-hibernate-button-in-shutdown-dialog-box-in-windows-xp/#comment-94196</guid>
		<description>Thanks a lot ! Got it right.</description>
		<content:encoded><![CDATA[<p>Thanks a lot ! Got it right.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: VG</title>
		<link>http://www.askvg.com/enable-hibernate-button-in-shutdown-dialog-box-in-windows-xp/comment-page-4/#comment-94088</link>
		<dc:creator>VG</dc:creator>
		<pubDate>Mon, 21 Dec 2009 19:51:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.askvg.com/enable-hibernate-button-in-shutdown-dialog-box-in-windows-xp/#comment-94088</guid>
		<description>^^ It seems VGA drivers are not installed in your system. Try to install latest drivers for your graphics card.</description>
		<content:encoded><![CDATA[<p>^^ It seems VGA drivers are not installed in your system. Try to install latest drivers for your graphics card.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shikhar</title>
		<link>http://www.askvg.com/enable-hibernate-button-in-shutdown-dialog-box-in-windows-xp/comment-page-4/#comment-94070</link>
		<dc:creator>Shikhar</dc:creator>
		<pubDate>Mon, 21 Dec 2009 18:33:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.askvg.com/enable-hibernate-button-in-shutdown-dialog-box-in-windows-xp/#comment-94070</guid>
		<description>Sir the hibernate button is not working.It&#039;s just greyed out in shut down dialog box.</description>
		<content:encoded><![CDATA[<p>Sir the hibernate button is not working.It's just greyed out in shut down dialog box.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: VG</title>
		<link>http://www.askvg.com/enable-hibernate-button-in-shutdown-dialog-box-in-windows-xp/comment-page-4/#comment-93769</link>
		<dc:creator>VG</dc:creator>
		<pubDate>Sun, 20 Dec 2009 19:48:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.askvg.com/enable-hibernate-button-in-shutdown-dialog-box-in-windows-xp/#comment-93769</guid>
		<description>^^ Here is the original code:

&lt;blockquote&gt;
20100 DIALOGEX 0, 0, 208, 122
STYLE DS_SYSMODAL &#124; DS_SETFOREGROUND &#124; WS_POPUP &#124; WS_BORDER
CAPTION &quot;&quot;
LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
FONT 8, &quot;MS Shell Dlg&quot;
{
   CONTROL &quot;Cancel&quot;, 2, BUTTON, BS_PUSHBUTTON &#124; WS_CHILD &#124; WS_VISIBLE &#124; WS_TABSTOP, 161, 103, 40, 12 
   CONTROL &quot;Flag&quot;, 20101, STATIC, SS_OWNERDRAW &#124; WS_CHILD &#124; WS_VISIBLE, 176, 0, 32, 26 
   CONTROL &quot;Turn off computer&quot;, 20102, STATIC, SS_OWNERDRAW &#124; WS_CHILD &#124; WS_VISIBLE, 7, 0, 162, 26 
   CONTROL &quot;&amp;Stand By&quot;, 20104, BUTTON, BS_OWNERDRAW &#124; BS_NOTIFY &#124; WS_CHILD &#124; WS_VISIBLE &#124; WS_TABSTOP, 36, 49, 22, 20 
   CONTROL &quot;T&amp;urn Off&quot;, 20103, BUTTON, BS_OWNERDRAW &#124; BS_NOTIFY &#124; WS_CHILD &#124; WS_VISIBLE &#124; WS_TABSTOP, 93, 49, 22, 20 
   CONTROL &quot;&amp;Restart&quot;, 20105, BUTTON, BS_OWNERDRAW &#124; BS_NOTIFY &#124; WS_CHILD &#124; WS_VISIBLE &#124; WS_TABSTOP, 150, 49, 22, 20 
   CONTROL &quot;&amp;Hibernate&quot;, 20106, BUTTON, BS_PUSHBUTTON &#124; BS_NOTIFY &#124; WS_CHILD &#124; WS_VISIBLE, 30093, 30049, 22, 20 
   CONTROL &quot;&quot;, 20108, STATIC, SS_OWNERDRAW &#124; WS_CHILD &#124; WS_VISIBLE &#124; WS_DISABLED, 22, 73, 50, 8 
   CONTROL &quot;&quot;, 20107, STATIC, SS_OWNERDRAW &#124; WS_CHILD &#124; WS_VISIBLE &#124; WS_DISABLED, 79, 73, 50, 8 
   CONTROL &quot;&quot;, 20109, STATIC, SS_OWNERDRAW &#124; WS_CHILD &#124; WS_VISIBLE &#124; WS_DISABLED, 136, 73, 50, 8 
}
&lt;/blockquote&gt;</description>
		<content:encoded><![CDATA[<p>^^ Here is the original code:</p>
<blockquote><p>
20100 DIALOGEX 0, 0, 208, 122<br />
STYLE DS_SYSMODAL | DS_SETFOREGROUND | WS_POPUP | WS_BORDER<br />
CAPTION ""<br />
LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US<br />
FONT 8, "MS Shell Dlg"<br />
{<br />
   CONTROL "Cancel", 2, BUTTON, BS_PUSHBUTTON | WS_CHILD | WS_VISIBLE | WS_TABSTOP, 161, 103, 40, 12<br />
   CONTROL "Flag", 20101, STATIC, SS_OWNERDRAW | WS_CHILD | WS_VISIBLE, 176, 0, 32, 26<br />
   CONTROL "Turn off computer", 20102, STATIC, SS_OWNERDRAW | WS_CHILD | WS_VISIBLE, 7, 0, 162, 26<br />
   CONTROL "&#038;Stand By", 20104, BUTTON, BS_OWNERDRAW | BS_NOTIFY | WS_CHILD | WS_VISIBLE | WS_TABSTOP, 36, 49, 22, 20<br />
   CONTROL "T&#038;urn Off", 20103, BUTTON, BS_OWNERDRAW | BS_NOTIFY | WS_CHILD | WS_VISIBLE | WS_TABSTOP, 93, 49, 22, 20<br />
   CONTROL "&#038;Restart", 20105, BUTTON, BS_OWNERDRAW | BS_NOTIFY | WS_CHILD | WS_VISIBLE | WS_TABSTOP, 150, 49, 22, 20<br />
   CONTROL "&#038;Hibernate", 20106, BUTTON, BS_PUSHBUTTON | BS_NOTIFY | WS_CHILD | WS_VISIBLE, 30093, 30049, 22, 20<br />
   CONTROL "", 20108, STATIC, SS_OWNERDRAW | WS_CHILD | WS_VISIBLE | WS_DISABLED, 22, 73, 50, 8<br />
   CONTROL "", 20107, STATIC, SS_OWNERDRAW | WS_CHILD | WS_VISIBLE | WS_DISABLED, 79, 73, 50, 8<br />
   CONTROL "", 20109, STATIC, SS_OWNERDRAW | WS_CHILD | WS_VISIBLE | WS_DISABLED, 136, 73, 50, 8<br />
}
</p></blockquote>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shikhar</title>
		<link>http://www.askvg.com/enable-hibernate-button-in-shutdown-dialog-box-in-windows-xp/comment-page-4/#comment-93748</link>
		<dc:creator>Shikhar</dc:creator>
		<pubDate>Sun, 20 Dec 2009 17:31:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.askvg.com/enable-hibernate-button-in-shutdown-dialog-box-in-windows-xp/#comment-93748</guid>
		<description>Sir, Can you please post the original code to reverse it.Because I forgot to make a backup copy of the original code.</description>
		<content:encoded><![CDATA[<p>Sir, Can you please post the original code to reverse it.Because I forgot to make a backup copy of the original code.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: VG</title>
		<link>http://www.askvg.com/enable-hibernate-button-in-shutdown-dialog-box-in-windows-xp/comment-page-4/#comment-64093</link>
		<dc:creator>VG</dc:creator>
		<pubDate>Wed, 09 Sep 2009 19:59:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.askvg.com/enable-hibernate-button-in-shutdown-dialog-box-in-windows-xp/#comment-64093</guid>
		<description>^^ Thats the same dialog box which you are talking about. You can customize it to change look of Shutdown dialog box.</description>
		<content:encoded><![CDATA[<p>^^ Thats the same dialog box which you are talking about. You can customize it to change look of Shutdown dialog box.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tangmeister</title>
		<link>http://www.askvg.com/enable-hibernate-button-in-shutdown-dialog-box-in-windows-xp/comment-page-3/#comment-63896</link>
		<dc:creator>Tangmeister</dc:creator>
		<pubDate>Wed, 09 Sep 2009 01:44:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.askvg.com/enable-hibernate-button-in-shutdown-dialog-box-in-windows-xp/#comment-63896</guid>
		<description>I&#039;m really sorry to have to be so broad about this, but one of the shell32.dll, explorer.exe or msgina.dll files contains a dialog box that looks like it has 3 large square buttons in the middle row, all styled with a classic look.

I regret not knowing where it is, but if I were to edit this dialog, would the shutdown box not be much more flexible?</description>
		<content:encoded><![CDATA[<p>I'm really sorry to have to be so broad about this, but one of the shell32.dll, explorer.exe or msgina.dll files contains a dialog box that looks like it has 3 large square buttons in the middle row, all styled with a classic look.</p>
<p>I regret not knowing where it is, but if I were to edit this dialog, would the shutdown box not be much more flexible?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: VG</title>
		<link>http://www.askvg.com/enable-hibernate-button-in-shutdown-dialog-box-in-windows-xp/comment-page-3/#comment-32059</link>
		<dc:creator>VG</dc:creator>
		<pubDate>Mon, 18 May 2009 08:23:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.askvg.com/enable-hibernate-button-in-shutdown-dialog-box-in-windows-xp/#comment-32059</guid>
		<description>^^ Try to change the dialog box font to some other font and also increase its size. Edit 5th line:

FONT 8, &quot;MS Shell Dlg&quot;</description>
		<content:encoded><![CDATA[<p>^^ Try to change the dialog box font to some other font and also increase its size. Edit 5th line:</p>
<p>FONT 8, "MS Shell Dlg"</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Garetty</title>
		<link>http://www.askvg.com/enable-hibernate-button-in-shutdown-dialog-box-in-windows-xp/comment-page-3/#comment-31993</link>
		<dc:creator>Garetty</dc:creator>
		<pubDate>Sun, 17 May 2009 23:50:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.askvg.com/enable-hibernate-button-in-shutdown-dialog-box-in-windows-xp/#comment-31993</guid>
		<description>I got the buttons figured out.

Also, when I click [Alt], I can see the big white text... But I still see the black small text.</description>
		<content:encoded><![CDATA[<p>I got the buttons figured out.</p>
<p>Also, when I click [Alt], I can see the big white text... But I still see the black small text.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: VG</title>
		<link>http://www.askvg.com/enable-hibernate-button-in-shutdown-dialog-box-in-windows-xp/comment-page-3/#comment-31964</link>
		<dc:creator>VG</dc:creator>
		<pubDate>Sun, 17 May 2009 20:39:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.askvg.com/enable-hibernate-button-in-shutdown-dialog-box-in-windows-xp/#comment-31964</guid>
		<description>^^ click on the arrow buttons in the dialog box and use arrow keys on keyboard to move them a bit up so that they can fit in the background image.

You can do the same thing to delete the &quot;Flag&quot; text. Simply click on it and press Delete key.

Regarding &quot;Good Bye&quot; text, I have no idea why its showing in small black font.</description>
		<content:encoded><![CDATA[<p>^^ click on the arrow buttons in the dialog box and use arrow keys on keyboard to move them a bit up so that they can fit in the background image.</p>
<p>You can do the same thing to delete the "Flag" text. Simply click on it and press Delete key.</p>
<p>Regarding "Good Bye" text, I have no idea why its showing in small black font.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
