<?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 : SOLVED: RibbonBar not minimizing on Control+F1</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Command Bars : SOLVED: RibbonBar not minimizing on Control+F1]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Sat, 25 Apr 2026 04:00:21 +0000</pubDate>
  <lastBuildDate>Mon, 14 Jul 2008 12:13:38 +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=11433</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[SOLVED: RibbonBar not minimizing on Control+F1 : Hi, Its on you. Add Keybinding...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=11433&amp;PID=38335&amp;title=solved-ribbonbar-not-minimizing-on-control-f1#38335</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 11433<br /><strong>Posted:</strong> 14 July 2008 at 12:13pm<br /><br />Hi,<DIV>Its on you. Add Keybinding and Minimize it.</DIV>]]>
   </description>
   <pubDate>Mon, 14 Jul 2008 12:13:38 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=11433&amp;PID=38335&amp;title=solved-ribbonbar-not-minimizing-on-control-f1#38335</guid>
  </item> 
  <item>
   <title><![CDATA[SOLVED: RibbonBar not minimizing on Control+F1 : Hello,   According to the Microsoft...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=11433&amp;PID=38333&amp;title=solved-ribbonbar-not-minimizing-on-control-f1#38333</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4056">StuartBrown</a><br /><strong>Subject:</strong> 11433<br /><strong>Posted:</strong> 14 July 2008 at 11:37am<br /><br />Hello, <DIV>&nbsp;</DIV><DIV>According to the Microsoft Office 2007 UI guidelines the ribbon bar should minimize when pressing CTRL+F1. At present it doesn't in my app - Is this a bug ?</DIV><DIV>&nbsp;</DIV><DIV><DIV>I'm using v12.0.0, VB6, XPPro SP2.</DIV><DIV>&nbsp;</DIV><DIV><strong>Update:</strong></DIV><DIV>Solved using:</DIV><DIV>&nbsp;</DIV><DIV>Public Const FCONTROL = 8<BR>Public Const VK_F1 = &amp;H70<BR></DIV><DIV>CommandBars.KeyBindings.Add FCONTROL, VK_F1, ID_MINIMIZE</DIV><DIV>&nbsp;</DIV><DIV>Private Sub CommandBars_Execute(ByVal Control As XtremeCommandBars.ICommandBarControl)<BR>&nbsp;&nbsp;&nbsp;&nbsp;<BR>&nbsp;&nbsp;&nbsp; If Control.ID = ID_MINIMIZE Then<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; mobjMainRibbonBar.Minimized = Not mobjMainRibbonBar.Minimized<BR>&nbsp;&nbsp;&nbsp; End If<BR>&nbsp;&nbsp;&nbsp; <BR>End Sub</DIV><DIV>&nbsp;</DIV></DIV>]]>
   </description>
   <pubDate>Mon, 14 Jul 2008 11:37:46 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=11433&amp;PID=38333&amp;title=solved-ribbonbar-not-minimizing-on-control-f1#38333</guid>
  </item> 
 </channel>
</rss>