<?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"
	>
<channel>
	<title>Comments on: clMenuBar Renders Black on Windows 2000</title>
	<atom:link href="http://blogs.teamb.com/craigstuntz/2008/02/28/37792/feed" rel="self" type="application/rss+xml" />
	<link>http://blogs.teamb.com/craigstuntz/2008/02/28/37792/</link>
	<description>News of interest to Delphi, .NET, and InterBase programmers</description>
	<pubDate>Sat, 22 Nov 2008 05:34:11 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.2</generator>
		<item>
		<title>By: Maksym Pyatnytskyy</title>
		<link>http://blogs.teamb.com/craigstuntz/2008/02/28/37792/#comment-3404</link>
		<dc:creator>Maksym Pyatnytskyy</dc:creator>
		<pubDate>Sat, 01 Mar 2008 21:23:04 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.teamb.com/craigstuntz/2008/02/28/37792#comment-3404</guid>
		<description>it's better to use the following check:
var
  B: BOOL;
....
if SystemParametersInfo(SPI_GETFLATMENU, 0, @B, 0) and B then {use clMenuBar} else {use clBtnFace};</description>
		<content:encoded><![CDATA[<p>it&#8217;s better to use the following check:<br />
var<br />
  B: BOOL;<br />
&#8230;.<br />
if SystemParametersInfo(SPI_GETFLATMENU, 0, @B, 0) and B then {use clMenuBar} else {use clBtnFace};</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jim McKeeth</title>
		<link>http://blogs.teamb.com/craigstuntz/2008/02/28/37792/#comment-3403</link>
		<dc:creator>Jim McKeeth</dc:creator>
		<pubDate>Fri, 29 Feb 2008 22:36:23 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.teamb.com/craigstuntz/2008/02/28/37792#comment-3403</guid>
		<description>Good to know, although I always thought Delphi should detect that for us behind the scenes and gracefully degrade.  There were a few other times I had seen OS version specific features.  Like the new Vista dialogs, they just throw an exception if you are not on Vista.</description>
		<content:encoded><![CDATA[<p>Good to know, although I always thought Delphi should detect that for us behind the scenes and gracefully degrade.  There were a few other times I had seen OS version specific features.  Like the new Vista dialogs, they just throw an exception if you are not on Vista.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
