<?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: Windows 7 Ribbon &#8211; Part 2 &#8211; How handle ribbon control events?</title>
	<atom:link href="http://codereflect.com/2009/07/02/windows-7-ribbon-part-2-how-handle-ribbon-control-events/feed/" rel="self" type="application/rss+xml" />
	<link>http://codereflect.com/2009/07/02/windows-7-ribbon-part-2-how-handle-ribbon-control-events/</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: Donald Bracewell</title>
		<link>http://codereflect.com/2009/07/02/windows-7-ribbon-part-2-how-handle-ribbon-control-events/comment-page-1/#comment-2288</link>
		<dc:creator>Donald Bracewell</dc:creator>
		<pubDate>Tue, 06 Oct 2009 15:40:15 +0000</pubDate>
		<guid isPermaLink="false">http://sarathc.wordpress.com/?p=916#comment-2288</guid>
		<description>Hello again, I managed to run a ribbon inside of SDI Application. I had to suppress some initialization that VC2008 wizard generated automatically in CMainFrm::OnCreate and Application::InitInstance functions. I also faced the problem when trying to play with &quot;htmledit&quot; sample from Windows 7 SDK. My CScrollView class could not give aditional room for the ribbon - so it covered all the window frame until I made my CFrameWndEx class a CFrameWnd and until I implemented RibbonBar class as well (see SDK). I found that difficult to find any article covering my problems while implementing ribbon, except this forum, so I&#039;m willing to share my code if there is interest. I would appreciate any further tips.</description>
		<content:encoded><![CDATA[<p>Hello again, I managed to run a ribbon inside of SDI Application. I had to suppress some initialization that VC2008 wizard generated automatically in CMainFrm::OnCreate and Application::InitInstance functions. I also faced the problem when trying to play with &#8220;htmledit&#8221; sample from Windows 7 SDK. My CScrollView class could not give aditional room for the ribbon &#8211; so it covered all the window frame until I made my CFrameWndEx class a CFrameWnd and until I implemented RibbonBar class as well (see SDK). I found that difficult to find any article covering my problems while implementing ribbon, except this forum, so I&#8217;m willing to share my code if there is interest. I would appreciate any further tips.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matt Seemon</title>
		<link>http://codereflect.com/2009/07/02/windows-7-ribbon-part-2-how-handle-ribbon-control-events/comment-page-1/#comment-2287</link>
		<dc:creator>Matt Seemon</dc:creator>
		<pubDate>Fri, 02 Oct 2009 01:46:34 +0000</pubDate>
		<guid isPermaLink="false">http://sarathc.wordpress.com/?p=916#comment-2287</guid>
		<description>&lt;blockquote cite=&quot;#commentbody-13132&quot;&gt;
&lt;strong&gt;&lt;a href=&quot;#comment-13132&quot; rel=&quot;nofollow&quot;&gt;Matt Seemon&lt;/a&gt; :&lt;/strong&gt;
Try this. Series of Article on how to use Windows Ribbon using C#
&lt;a href=&quot;http://blogs.microsoft.co.il/blogs/arik/archive/2009/09/03/windows-ribbon-for-winforms-part-1-introduction.aspx&quot; rel=&quot;nofollow&quot;&gt;http://blogs.microsoft.co.il/blogs/arik/archive/2009/09/03/windows-ribbon-for-winforms-part-1-introduction.aspx&lt;/a&gt;
&lt;/blockquote&gt;</description>
		<content:encoded><![CDATA[<blockquote cite="#commentbody-13132"><p>
<strong><a href="#comment-13132" rel="nofollow">Matt Seemon</a> :</strong><br />
Try this. Series of Article on how to use Windows Ribbon using C#<br />
<a href="http://blogs.microsoft.co.il/blogs/arik/archive/2009/09/03/windows-ribbon-for-winforms-part-1-introduction.aspx" rel="nofollow">http://blogs.microsoft.co.il/blogs/arik/archive/2009/09/03/windows-ribbon-for-winforms-part-1-introduction.aspx</a>
</p></blockquote>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matt Seemon</title>
		<link>http://codereflect.com/2009/07/02/windows-7-ribbon-part-2-how-handle-ribbon-control-events/comment-page-/#comment-2286</link>
		<dc:creator>Matt Seemon</dc:creator>
		<pubDate>Fri, 02 Oct 2009 01:45:59 +0000</pubDate>
		<guid isPermaLink="false">http://sarathc.wordpress.com/?p=916#comment-2286</guid>
		<description>Try this. Serious of Article on how to use Windows Ribbon using C#
http://blogs.microsoft.co.il/blogs/arik/archive/2009/09/03/windows-ribbon-for-winforms-part-1-introduction.aspx</description>
		<content:encoded><![CDATA[<p>Try this. Serious of Article on how to use Windows Ribbon using C#<br />
<a href="http://blogs.microsoft.co.il/blogs/arik/archive/2009/09/03/windows-ribbon-for-winforms-part-1-introduction.aspx" rel="nofollow">http://blogs.microsoft.co.il/blogs/arik/archive/2009/09/03/windows-ribbon-for-winforms-part-1-introduction.aspx</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matt Seemon</title>
		<link>http://codereflect.com/2009/07/02/windows-7-ribbon-part-2-how-handle-ribbon-control-events/comment-page-/#comment-2285</link>
		<dc:creator>Matt Seemon</dc:creator>
		<pubDate>Fri, 02 Oct 2009 01:44:49 +0000</pubDate>
		<guid isPermaLink="false">http://sarathc.wordpress.com/?p=916#comment-2285</guid>
		<description>The Ribbon is designed to appear only if the form of a certain minimum size. The Default form size in Visual Studio is too small to display it. You will notice this behavior in Paint and Wordpad, which have the ribbon implemented.</description>
		<content:encoded><![CDATA[<p>The Ribbon is designed to appear only if the form of a certain minimum size. The Default form size in Visual Studio is too small to display it. You will notice this behavior in Paint and Wordpad, which have the ribbon implemented.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Donald Bracewell</title>
		<link>http://codereflect.com/2009/07/02/windows-7-ribbon-part-2-how-handle-ribbon-control-events/comment-page-1/#comment-2284</link>
		<dc:creator>Donald Bracewell</dc:creator>
		<pubDate>Thu, 01 Oct 2009 09:59:11 +0000</pubDate>
		<guid isPermaLink="false">http://sarathc.wordpress.com/?p=916#comment-2284</guid>
		<description>Hello, I belive I have implemented all the code you talk about in this post for my single document MFC application. However, I face the problem that the ribbon does not show up after the application start. I have to resize the window to make the ribbon appear. The ribbon even flashes like if some update UI event is missing or something. Do somebody elese has such problem? Or could you suggest what&#039;s going wrong in my app? I did not try your code for dialog based MFC, so there may be someting elese to do with SDI/MDI apps, maybe... ? Thanks.</description>
		<content:encoded><![CDATA[<p>Hello, I belive I have implemented all the code you talk about in this post for my single document MFC application. However, I face the problem that the ribbon does not show up after the application start. I have to resize the window to make the ribbon appear. The ribbon even flashes like if some update UI event is missing or something. Do somebody elese has such problem? Or could you suggest what&#8217;s going wrong in my app? I did not try your code for dialog based MFC, so there may be someting elese to do with SDI/MDI apps, maybe&#8230; ? Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Wael Salman</title>
		<link>http://codereflect.com/2009/07/02/windows-7-ribbon-part-2-how-handle-ribbon-control-events/comment-page-1/#comment-2289</link>
		<dc:creator>Wael Salman</dc:creator>
		<pubDate>Sat, 22 Aug 2009 10:19:21 +0000</pubDate>
		<guid isPermaLink="false">http://sarathc.wordpress.com/?p=916#comment-2289</guid>
		<description>Thanx</description>
		<content:encoded><![CDATA[<p>Thanx</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sarat</title>
		<link>http://codereflect.com/2009/07/02/windows-7-ribbon-part-2-how-handle-ribbon-control-events/comment-page-/#comment-2290</link>
		<dc:creator>Sarat</dc:creator>
		<pubDate>Sat, 22 Aug 2009 02:26:03 +0000</pubDate>
		<guid isPermaLink="false">http://sarathc.wordpress.com/?p=916#comment-2290</guid>
		<description>Windows API Code Pack wont support ribbon in their current release. May be in future.</description>
		<content:encoded><![CDATA[<p>Windows API Code Pack wont support ribbon in their current release. May be in future.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Wael Salman</title>
		<link>http://codereflect.com/2009/07/02/windows-7-ribbon-part-2-how-handle-ribbon-control-events/comment-page-1/#comment-2291</link>
		<dc:creator>Wael Salman</dc:creator>
		<pubDate>Fri, 21 Aug 2009 19:49:26 +0000</pubDate>
		<guid isPermaLink="false">http://sarathc.wordpress.com/?p=916#comment-2291</guid>
		<description>Hi,

I made a huge research in order to make sure that Visual Studio 2010 Beta has Ribbon Framework, and especially in .Net and C#. Some people say that they will provide it , and some others say they will not.

What can you tell me about that ??
How can we use this Ribbon using C# .Net , Drag and drop into the designer??</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I made a huge research in order to make sure that Visual Studio 2010 Beta has Ribbon Framework, and especially in .Net and C#. Some people say that they will provide it , and some others say they will not.</p>
<p>What can you tell me about that ??<br />
How can we use this Ribbon using C# .Net , Drag and drop into the designer??</p>
]]></content:encoded>
	</item>
</channel>
</rss>
