<?xml version="1.0" encoding="utf-8" ?>
<?xml-stylesheet type="text/xsl" href="RSS_xslt_style.asp" version="1.0" ?>
<rss version="2.0" xmlns:WebWizForums="https://syndication.webwiz.net/rss_namespace/">
 <channel>
  <title>Codejock Developer Community : RibbonBar not showing in MDI container in C#</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Command Bars : RibbonBar not showing in MDI container in C#]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Mon, 25 May 2026 10:19:30 +0000</pubDate>
  <lastBuildDate>Thu, 23 Dec 2010 14:12:26 +0000</lastBuildDate>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Web Wiz Forums 12.04</generator>
  <ttl>360</ttl>
  <WebWizForums:feedURL>forum.codejock.com/RSS_post_feed.asp?TID=17717</WebWizForums:feedURL>
  <image>
   <title><![CDATA[Codejock Developer Community]]></title>
   <url>http://forum.codejock.com/forum_images/codejock-logo.gif</url>
   <link>http://forum.codejock.com/</link>
  </image>
  <item>
   <title><![CDATA[RibbonBar not showing in MDI container in C# : OK, tried the code and it worked....]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=17717&amp;PID=61986&amp;title=ribbonbar-not-showing-in-mdi-container-in-c#61986</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6541">bjust</a><br /><strong>Subject:</strong> 17717<br /><strong>Posted:</strong> 23 December 2010 at 2:12pm<br /><br />OK, tried the code and it worked.&nbsp; Thanks!]]>
   </description>
   <pubDate>Thu, 23 Dec 2010 14:12:26 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=17717&amp;PID=61986&amp;title=ribbonbar-not-showing-in-mdi-container-in-c#61986</guid>
  </item> 
  <item>
   <title><![CDATA[RibbonBar not showing in MDI container in C# : Sorry, I misread the code. It...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=17717&amp;PID=61985&amp;title=ribbonbar-not-showing-in-mdi-container-in-c#61985</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6541">bjust</a><br /><strong>Subject:</strong> 17717<br /><strong>Posted:</strong> 23 December 2010 at 1:52pm<br /><br />Sorry, I misread the code.&nbsp; It is indeed C#.]]>
   </description>
   <pubDate>Thu, 23 Dec 2010 13:52:56 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=17717&amp;PID=61985&amp;title=ribbonbar-not-showing-in-mdi-container-in-c#61985</guid>
  </item> 
  <item>
   <title><![CDATA[RibbonBar not showing in MDI container in C# : Unfortunately I cannot upload...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=17717&amp;PID=61984&amp;title=ribbonbar-not-showing-in-mdi-container-in-c#61984</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6541">bjust</a><br /><strong>Subject:</strong> 17717<br /><strong>Posted:</strong> 23 December 2010 at 1:52pm<br /><br />Unfortunately I cannot upload the project because it contains proprietary code.&nbsp; I need to get permission before I do that.&nbsp; As for those lines of code, that is VB and I am trying to do it in C#.&nbsp; As far as I know, there is nothing on the form of type MDIClient.&nbsp; The MDIContainer is the one that's having the problem.&nbsp; Do I still need to do a SetMDIClient?&nbsp; What would I be looking for as far as the control that I want to pass into the call?&nbsp; Is it the form itself?&nbsp; Do I need to add another control to the form?<br>]]>
   </description>
   <pubDate>Thu, 23 Dec 2010 13:52:06 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=17717&amp;PID=61984&amp;title=ribbonbar-not-showing-in-mdi-container-in-c#61984</guid>
  </item> 
  <item>
   <title><![CDATA[RibbonBar not showing in MDI container in C# : you have these lines of code?...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=17717&amp;PID=61981&amp;title=ribbonbar-not-showing-in-mdi-container-in-c#61981</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=369">SuperMario</a><br /><strong>Subject:</strong> 17717<br /><strong>Posted:</strong> 23 December 2010 at 12:41pm<br /><br />you have these lines of code?&nbsp; can you upload project?<br><br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; foreach (Control ctrl in this.Controls)<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; {<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; if (ctrl is MdiClient)<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; {&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; <br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; CommandBars.SetMDIClient(ctrl.Handle.ToInt32());<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; }<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; }<br>]]>
   </description>
   <pubDate>Thu, 23 Dec 2010 12:41:56 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=17717&amp;PID=61981&amp;title=ribbonbar-not-showing-in-mdi-container-in-c#61981</guid>
  </item> 
  <item>
   <title><![CDATA[RibbonBar not showing in MDI container in C# : Yes I did. I looked at the code...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=17717&amp;PID=61977&amp;title=ribbonbar-not-showing-in-mdi-container-in-c#61977</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6541">bjust</a><br /><strong>Subject:</strong> 17717<br /><strong>Posted:</strong> 23 December 2010 at 9:42am<br /><br />Yes I did.&nbsp; I looked at the code pretty thoroughly and couldn't find what was different between the sample app and what I am trying to do.&nbsp; Is there some property that needs to be set to make it work in an MDI container?]]>
   </description>
   <pubDate>Thu, 23 Dec 2010 09:42:44 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=17717&amp;PID=61977&amp;title=ribbonbar-not-showing-in-mdi-container-in-c#61977</guid>
  </item> 
  <item>
   <title><![CDATA[RibbonBar not showing in MDI container in C# : Hi,Did you check\CommandBars\C#.NET\RibbonMDISample...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=17717&amp;PID=61973&amp;title=ribbonbar-not-showing-in-mdi-container-in-c#61973</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 17717<br /><strong>Posted:</strong> 23 December 2010 at 9:01am<br /><br />Hi,<div><br></div><div>Did you check&nbsp;\CommandBars\C#.NET\RibbonMDISample &nbsp;sample?</div>]]>
   </description>
   <pubDate>Thu, 23 Dec 2010 09:01:07 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=17717&amp;PID=61973&amp;title=ribbonbar-not-showing-in-mdi-container-in-c#61973</guid>
  </item> 
  <item>
   <title><![CDATA[RibbonBar not showing in MDI container in C# : I am trying to write an application...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=17717&amp;PID=61960&amp;title=ribbonbar-not-showing-in-mdi-container-in-c#61960</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6541">bjust</a><br /><strong>Subject:</strong> 17717<br /><strong>Posted:</strong> 22 December 2010 at 5:00pm<br /><br />I am trying to write an application in C# that is an MDI application.&nbsp; When I create a ribbon bar in the MDI container, it does not display at all.&nbsp; It works fine if the window is not an MDI container.&nbsp; What do I need to set to get it to show in the MDI container?]]>
   </description>
   <pubDate>Wed, 22 Dec 2010 17:00:57 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=17717&amp;PID=61960&amp;title=ribbonbar-not-showing-in-mdi-container-in-c#61960</guid>
  </item> 
 </channel>
</rss>