<?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: Clipping cursor still active after stopping debugger :-O</title>
	<atom:link href="http://codereflect.com/2006/10/20/clipping-cursor-still-active-after-stopping-debugger-o/feed/" rel="self" type="application/rss+xml" />
	<link>http://codereflect.com/2006/10/20/clipping-cursor-still-active-after-stopping-debugger-o/</link>
	<description>On Windows Programming, Technical Tips etc...</description>
	<lastBuildDate>Fri, 30 Jul 2010 00:48:11 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: S a r a t h</title>
		<link>http://codereflect.com/2006/10/20/clipping-cursor-still-active-after-stopping-debugger-o/comment-page-1/#comment-1972</link>
		<dc:creator>S a r a t h</dc:creator>
		<pubDate>Thu, 26 Oct 2006 09:15:21 +0000</pubDate>
		<guid isPermaLink="false">http://sarathc.wordpress.com/2006/10/20/clipping-cursor-still-active-after-stopping-debugger-o/#comment-1972</guid>
		<description>Somebody pointed out the reason for the same.

&quot;The cursor is a shared resource. If an application confines the cursor, it must release the cursor by using ClipCursor before relinquishing control to another application.&quot;</description>
		<content:encoded><![CDATA[<p>Somebody pointed out the reason for the same.</p>
<p>&#8220;The cursor is a shared resource. If an application confines the cursor, it must release the cursor by using ClipCursor before relinquishing control to another application.&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Code Blog Digest - Clipping cursor still active after stopping debugger :-O</title>
		<link>http://codereflect.com/2006/10/20/clipping-cursor-still-active-after-stopping-debugger-o/comment-page-1/#comment-1971</link>
		<dc:creator>Code Blog Digest - Clipping cursor still active after stopping debugger :-O</dc:creator>
		<pubDate>Mon, 23 Oct 2006 16:05:18 +0000</pubDate>
		<guid isPermaLink="false">http://sarathc.wordpress.com/2006/10/20/clipping-cursor-still-active-after-stopping-debugger-o/#comment-1971</guid>
		<description>[...]     if( SW_SHOWNORMAL == bShow ) // Clip the cursor if window showing    {        CRect rect;        GetWindowRect(rect);        ClipCursor( rect );    }    else if( SW_HIDE == bShow ) // remove clipping on hiding    {        ClipCursor(NULL);     }} Posted by S a r a t hIt&#039;s useful article i think.Link to original article [...]</description>
		<content:encoded><![CDATA[<p>[...]     if( SW_SHOWNORMAL == bShow ) // Clip the cursor if window showing    {        CRect rect;        GetWindowRect(rect);        ClipCursor( rect );    }    else if( SW_HIDE == bShow ) // remove clipping on hiding    {        ClipCursor(NULL);     }} Posted by S a r a t hIt&#8217;s useful article i think.Link to original article [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
