<?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: Making the menus in your .NET app look professional</title>
	<atom:link href="http://wyday.com/blog/2009/making-the-menus-in-your-net-app-look-professional/feed/" rel="self" type="application/rss+xml" />
	<link>http://wyday.com/blog/2009/making-the-menus-in-your-net-app-look-professional/</link>
	<description>Design articles to make your users deliriously happy</description>
	<lastBuildDate>Thu, 09 Feb 2012 19:05:38 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Ricardo Amaral</title>
		<link>http://wyday.com/blog/2009/making-the-menus-in-your-net-app-look-professional/comment-page-1/#comment-5454</link>
		<dc:creator>Ricardo Amaral</dc:creator>
		<pubDate>Fri, 16 Oct 2009 12:09:22 +0000</pubDate>
		<guid isPermaLink="false">http://wyday.com/blog/?p=131#comment-5454</guid>
		<description>Yes, but the Ribbon is not the best choice for everything. It does look good in Office but it doesn&#039;t work for smaller applications.</description>
		<content:encoded><![CDATA[<p>Yes, but the Ribbon is not the best choice for everything. It does look good in Office but it doesn&#8217;t work for smaller applications.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Wyatt O&#39;Day</title>
		<link>http://wyday.com/blog/2009/making-the-menus-in-your-net-app-look-professional/comment-page-1/#comment-5448</link>
		<dc:creator>Wyatt O&#39;Day</dc:creator>
		<pubDate>Fri, 16 Oct 2009 03:11:24 +0000</pubDate>
		<guid isPermaLink="false">http://wyday.com/blog/?p=131#comment-5448</guid>
		<description>&lt;blockquote&gt;But there isn’t a good solution for toolbars.&lt;/blockquote&gt;

Ah yes, this is quite tough problem.

&lt;blockquote&gt;In Windows 7 we have the light blue toolbar in explorer which doesn’t quite act as true toolbar, because it’s supposed to replace the menus.&lt;/blockquote&gt;

Unfortunately Microsoft doesn&#039;t expose API for this toolbar, so there&#039;s no way to write a wrapper so you can use it in your own app.

But there is the Windows 7 Ribbon API. I&#039;ll be mentioning some of the controls that wrap that API early next week.</description>
		<content:encoded><![CDATA[<blockquote><p>But there isn’t a good solution for toolbars.</p></blockquote>
<p>Ah yes, this is quite tough problem.</p>
<blockquote><p>In Windows 7 we have the light blue toolbar in explorer which doesn’t quite act as true toolbar, because it’s supposed to replace the menus.</p></blockquote>
<p>Unfortunately Microsoft doesn&#8217;t expose API for this toolbar, so there&#8217;s no way to write a wrapper so you can use it in your own app.</p>
<p>But there is the Windows 7 Ribbon API. I&#8217;ll be mentioning some of the controls that wrap that API early next week.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ricardo Amaral</title>
		<link>http://wyday.com/blog/2009/making-the-menus-in-your-net-app-look-professional/comment-page-1/#comment-5444</link>
		<dc:creator>Ricardo Amaral</dc:creator>
		<pubDate>Fri, 16 Oct 2009 00:54:53 +0000</pubDate>
		<guid isPermaLink="false">http://wyday.com/blog/?p=131#comment-5444</guid>
		<description>There&#039;s one thing that is always overlooked by most people, something that I believe it fits the &quot;menus category&quot;. I&#039;m talking about the toolbar...

You have you&#039;re awesome MainMenu control that I use everywhere I need menus and I recommend it to everyone. But there isn&#039;t a good solution for toolbars.

And thinking about it, how could there be one? There isn&#039;t a consistent look for toolbars across different Windows versions, Microsoft is always changing stuff. In Windows 7 we have the light blue toolbar in explorer which doesn&#039;t quite act as true toolbar, because it&#039;s supposed to replace the menus.

Still, if your application needs menus (or you want menus) but also needs a toolbar, what will you do? Add a toolstrip? That will look so bad...

I can&#039;t think of a solution to fix this problem cross-OS, can you? Maybe an extra day for an extra tip on your blog?

I&#039;m currently coding a ToolStrip renderer though but as all renderers, everything will be hardcoded. And in this case, to fit the Windows 7 toolbar.</description>
		<content:encoded><![CDATA[<p>There&#8217;s one thing that is always overlooked by most people, something that I believe it fits the &#8220;menus category&#8221;. I&#8217;m talking about the toolbar&#8230;</p>
<p>You have you&#8217;re awesome MainMenu control that I use everywhere I need menus and I recommend it to everyone. But there isn&#8217;t a good solution for toolbars.</p>
<p>And thinking about it, how could there be one? There isn&#8217;t a consistent look for toolbars across different Windows versions, Microsoft is always changing stuff. In Windows 7 we have the light blue toolbar in explorer which doesn&#8217;t quite act as true toolbar, because it&#8217;s supposed to replace the menus.</p>
<p>Still, if your application needs menus (or you want menus) but also needs a toolbar, what will you do? Add a toolstrip? That will look so bad&#8230;</p>
<p>I can&#8217;t think of a solution to fix this problem cross-OS, can you? Maybe an extra day for an extra tip on your blog?</p>
<p>I&#8217;m currently coding a ToolStrip renderer though but as all renderers, everything will be hardcoded. And in this case, to fit the Windows 7 toolbar.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
