<?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 find whether a GUI application is freezed or is not responding?</title>
	<atom:link href="http://weseetips.com/2008/04/25/how-to-find-whether-a-gui-application-is-freezed-or-is-not-responding/feed/" rel="self" type="application/rss+xml" />
	<link>http://weseetips.com/2008/04/25/how-to-find-whether-a-gui-application-is-freezed-or-is-not-responding/</link>
	<description>Gold mine of Visual C++ tricks!</description>
	<lastBuildDate>Thu, 11 Mar 2010 09:07:35 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: How to find whether a GUI application is not responding? &#171; Roman&#8217;s Blog</title>
		<link>http://weseetips.com/2008/04/25/how-to-find-whether-a-gui-application-is-freezed-or-is-not-responding/comment-page-1/#comment-69</link>
		<dc:creator>How to find whether a GUI application is not responding? &#171; Roman&#8217;s Blog</dc:creator>
		<pubDate>Thu, 17 Jul 2008 09:18:52 +0000</pubDate>
		<guid isPermaLink="false">http://weseetips.wordpress.com/?p=82#comment-69</guid>
		<description>[...] info  By Roman Hnatiuk   Categories: Snippets and Tricks                     How to find whether a GUI application is freezed or is not responding? - does exactly that&#8230; Everything is around the SendMessageTimeout function and [...]</description>
		<content:encoded><![CDATA[<p>[...] info  By Roman Hnatiuk   Categories: Snippets and Tricks                     How to find whether a GUI application is freezed or is not responding? &#8211; does exactly that&#8230; Everything is around the SendMessageTimeout function and [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nishad S</title>
		<link>http://weseetips.com/2008/04/25/how-to-find-whether-a-gui-application-is-freezed-or-is-not-responding/comment-page-1/#comment-68</link>
		<dc:creator>Nishad S</dc:creator>
		<pubDate>Wed, 30 Apr 2008 13:25:58 +0000</pubDate>
		<guid isPermaLink="false">http://weseetips.wordpress.com/?p=82#comment-68</guid>
		<description>If an application is not waiting for input, is not in startup processing, and has not called PeekMessage for the past 5 seconds, it is considered as hanged.
Why microsoft is not recommending the IsHungAppWindow API is that &quot;It is recommended that you do not use it in new programs because it might be altered or unavailable in subsequent versions of Windows&quot; as per MSDN.

I expected that Naveen should have tell this... ;)</description>
		<content:encoded><![CDATA[<p>If an application is not waiting for input, is not in startup processing, and has not called PeekMessage for the past 5 seconds, it is considered as hanged.<br />
Why microsoft is not recommending the IsHungAppWindow API is that &#8220;It is recommended that you do not use it in new programs because it might be altered or unavailable in subsequent versions of Windows&#8221; as per MSDN.</p>
<p>I expected that Naveen should have tell this&#8230; <img src='http://weseetips.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Naveen</title>
		<link>http://weseetips.com/2008/04/25/how-to-find-whether-a-gui-application-is-freezed-or-is-not-responding/comment-page-1/#comment-67</link>
		<dc:creator>Naveen</dc:creator>
		<pubDate>Sun, 27 Apr 2008 11:21:58 +0000</pubDate>
		<guid isPermaLink="false">http://weseetips.wordpress.com/?p=82#comment-67</guid>
		<description>There is an API, IsHungAppWindow() to find the hung state of a windows. But for some reason, microsoft itself is not recommanding it for normal use :(</description>
		<content:encoded><![CDATA[<p>There is an API, IsHungAppWindow() to find the hung state of a windows. But for some reason, microsoft itself is not recommanding it for normal use <img src='http://weseetips.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>
