<?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>markribau.org &#187; C/C++</title>
	<atom:link href="http://markribau.org/blog/categories/programming/ccpp/feed/" rel="self" type="application/rss+xml" />
	<link>http://markribau.org/blog</link>
	<description>Just me.</description>
	<lastBuildDate>Wed, 16 May 2012 19:21:03 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Why don&#8217;t Focus() and SetForegroundWindow() work?</title>
		<link>http://markribau.org/blog/2005/12/29/why-dont-focus-and-setforegroundwindow-work/</link>
		<comments>http://markribau.org/blog/2005/12/29/why-dont-focus-and-setforegroundwindow-work/#comments</comments>
		<pubDate>Fri, 30 Dec 2005 01:18:41 +0000</pubDate>
		<dc:creator>Mark</dc:creator>
				<category><![CDATA[C#]]></category>
		<category><![CDATA[C/C++]]></category>
		<category><![CDATA[.NET]]></category>
		<category><![CDATA[C]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[win32]]></category>

		<guid isPermaLink="false">http://markribau.org/blog/?p=7</guid>
		<description><![CDATA[Once upon a time Microsoft decided these functions would no longer bring things to the foreground on Windows (about the time of Windows ME). Instead, these functions would make the taskbar button of the program or window flash incessantly. This is all well and good, and I&#8217;m sure there were good intentions behind it, but [...]]]></description>
		<wfw:commentRss>http://markribau.org/blog/2005/12/29/why-dont-focus-and-setforegroundwindow-work/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>C++: How do I access Form1 from Form2 and vice-versa?</title>
		<link>http://markribau.org/blog/2005/12/27/6/</link>
		<comments>http://markribau.org/blog/2005/12/27/6/#comments</comments>
		<pubDate>Wed, 28 Dec 2005 01:21:50 +0000</pubDate>
		<dc:creator>Mark</dc:creator>
				<category><![CDATA[.Net]]></category>
		<category><![CDATA[C/C++]]></category>
		<category><![CDATA[Objective C]]></category>
		<category><![CDATA[.NET]]></category>
		<category><![CDATA[C]]></category>
		<category><![CDATA[code]]></category>

		<guid isPermaLink="false">http://markribau.org/blog/?p=6</guid>
		<description><![CDATA[At first glance, this seems like an easy task. All you want to do is access a member variable or control from Form1 on Form2, and do the same from Form2 on Form1. Unfortunately, this is not the easiest thing to do, at least in (Managed) C++. Background In a number of languages &#8212; such [...]]]></description>
		<wfw:commentRss>http://markribau.org/blog/2005/12/27/6/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

