<?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 : Possible to hide gripper?</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Toolkit Pro : Possible to hide gripper?]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Tue, 21 Apr 2026 11:40:15 +0000</pubDate>
  <lastBuildDate>Sun, 03 Jul 2005 23:41:18 +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=1467</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[Possible to hide gripper? : Hi, It was fixed in previous...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=1467&amp;PID=7423&amp;title=possible-to-hide-gripper#7423</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 1467<br /><strong>Posted:</strong> 03 July 2005 at 11:41pm<br /><br /><P>Hi,</P><P>It was fixed in previous versions. Update your sources.</P>]]>
   </description>
   <pubDate>Sun, 03 Jul 2005 23:41:18 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=1467&amp;PID=7423&amp;title=possible-to-hide-gripper#7423</guid>
  </item> 
  <item>
   <title><![CDATA[Possible to hide gripper? : In XTPro, the XTPToolbar::ModifyBarStyle...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=1467&amp;PID=7324&amp;title=possible-to-hide-gripper#7324</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1284">franji1</a><br /><strong>Subject:</strong> 1467<br /><strong>Posted:</strong> 28 June 2005 at 8:04pm<br /><br /><P><FONT size=2>In XTPro, the XTPToolbar::ModifyBarStyle signature appears to have a bug - here it is:</FONT></P><P><FONT size=2>ModifyBarStyle(WORD dwRemove, DWORD dwAdd);</FONT></P><P><FONT size=2>note that the hungarian notation is "dwRemove", but the actual type in the signature is WORD, not DWORD, hence any style that is beyond 0x10000 will NOT WORK (basically the same as dwRemove = 0x0000).</FONT></P><P><FONT size=2>Guess what the value for CBRS_GRIPPER is - see XTPIncludes.h</FONT></P><B><FONT color=#0000ff><P><FONT size=2>#define</FONT></B></FONT><FONT size=2> CBRS_GRIPPER <FONT color=#800000>0x00400000L</FONT></FONT></P><P><FONT size=2>which is the same as a (WORD)0x0000.</FONT></P><P><FONT size=2>we are building the .DLL under a different name so we CAN tweak the source (and not break anyone else).</FONT></P>]]>
   </description>
   <pubDate>Tue, 28 Jun 2005 20:04:10 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=1467&amp;PID=7324&amp;title=possible-to-hide-gripper#7324</guid>
  </item> 
  <item>
   <title><![CDATA[Possible to hide gripper? : pMenuBar must be CXTPMenuBar*; CXTPMenuBar*...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=1467&amp;PID=4204&amp;title=possible-to-hide-gripper#4204</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 1467<br /><strong>Posted:</strong> 30 November 2004 at 7:31am<br /><br /><P>pMenuBar must be CXTPMenuBar*;</P><P>CXTPMenuBar* pMenuBar = pCommandBars-&gt;SetMenu....</P><P>&nbsp;</P><P>&nbsp;</P>]]>
   </description>
   <pubDate>Tue, 30 Nov 2004 07:31:59 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=1467&amp;PID=4204&amp;title=possible-to-hide-gripper#4204</guid>
  </item> 
  <item>
   <title><![CDATA[Possible to hide gripper? : ModifyBarStyle() is a memberfunction...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=1467&amp;PID=4200&amp;title=possible-to-hide-gripper#4200</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=840">sbinder</a><br /><strong>Subject:</strong> 1467<br /><strong>Posted:</strong> 30 November 2004 at 4:11am<br /><br /><P>ModifyBarStyle() &nbsp;is a memberfunction of CXTPToolbar, not of CXTPCommand.</P>]]>
   </description>
   <pubDate>Tue, 30 Nov 2004 04:11:47 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=1467&amp;PID=4200&amp;title=possible-to-hide-gripper#4200</guid>
  </item> 
  <item>
   <title><![CDATA[Possible to hide gripper? : it must work same: pMenuBar-&amp;...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=1467&amp;PID=4191&amp;title=possible-to-hide-gripper#4191</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 1467<br /><strong>Posted:</strong> 30 November 2004 at 12:46am<br /><br /><P>it must work same:</P><P>pMenuBar-&gt;ModifyBarStyle(CBRS_GRIPPER,0);</P>]]>
   </description>
   <pubDate>Tue, 30 Nov 2004 00:46:10 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=1467&amp;PID=4191&amp;title=possible-to-hide-gripper#4191</guid>
  </item> 
  <item>
   <title><![CDATA[Possible to hide gripper? : Thanks! I used  pToolBar-&amp;gt...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=1467&amp;PID=4183&amp;title=possible-to-hide-gripper#4183</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=840">sbinder</a><br /><strong>Subject:</strong> 1467<br /><strong>Posted:</strong> 29 November 2004 at 4:02am<br /><br /><P>Thanks!</P><P>I used </P><FONT size=2><P>pToolBar-&gt;ModifyBarStyle(CBRS_GRIPPER,0);</P></FONT><P>for my Toolbar. </P><P>But I can't hide the gripper of the MenuBar.</P>]]>
   </description>
   <pubDate>Mon, 29 Nov 2004 04:02:57 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=1467&amp;PID=4183&amp;title=possible-to-hide-gripper#4183</guid>
  </item> 
  <item>
   <title><![CDATA[Possible to hide gripper? : I have an app that has 2 status...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=1467&amp;PID=4171&amp;title=possible-to-hide-gripper#4171</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=775">Maye Johnson</a><br /><strong>Subject:</strong> 1467<br /><strong>Posted:</strong> 27 November 2004 at 6:11am<br /><br />I have an app that has 2 status bars, but the one on top shouldn't havethe resize gripper.&nbsp; After tracing through the status bar creationcode, I came up with the following work-around:<br><br><table width="99%"><tr><td><pre class="BBcode"><br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; // Check window style forWS_THICKFRAME and remove it if present.&nbsp; This must be done becauseadding a second status bar to an app<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; // that has a resizing borderwill add a resizing gripper to the status bar, which we don'twant.&nbsp; The call to CStatusBar::Create<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; // calls CStatusBar::CreateEx,which in turn checks the parent's style for WS_THICKFRAME, and ifpresent, adds the SBARS_SIZEGRIP<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; // style.&nbsp; By removingWS_THICKFRAME from the parent's style, creating the second status bar,then adding WS_THICKFRAME back to<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; // the parent if it was present in the first place, we achieve our goal.<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; bool&nbsp;&nbsp;&nbsp; bThickFrame = false;<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; if (GetStyle() &amp; WS_THICKFRAME)<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; {<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; bThickFrame = true;<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; ModifyStyle(WS_THICKFRAME, 0, 0);<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; }<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; if (!m_wndDebugStatusBar.Create(this) ||<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;  &nbsp;&nbsp;&nbsp;!m_wndDebugStatusBar.SetIndicators(g_deb ugStatusIndicators,sizeof(g_debugStatusIndicators)  / sizeof(UINT)))<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; {<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; TRACE0("Failed to create debug status bar\n");<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; return -1;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; // fail to create<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; }<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; if (bThickFrame)<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; ModifyStyle(0, WS_THICKFRAME, 0);<br></pre></td></tr></table><br><br>]]>
   </description>
   <pubDate>Sat, 27 Nov 2004 06:11:59 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=1467&amp;PID=4171&amp;title=possible-to-hide-gripper#4171</guid>
  </item> 
  <item>
   <title><![CDATA[Possible to hide gripper? : Is it possible to hide the gripper...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=1467&amp;PID=4166&amp;title=possible-to-hide-gripper#4166</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=840">sbinder</a><br /><strong>Subject:</strong> 1467<br /><strong>Posted:</strong> 26 November 2004 at 8:49am<br /><br /><P>Is it possible to hide the gripper of the commandbars (toolbar and menubar)?</P><P>How do you make the TOOLBARS (with icons) in the sample "CommandBarIcons"? </P><span style="font-size:10px"><br /><br />Edited by sbinder</span>]]>
   </description>
   <pubDate>Fri, 26 Nov 2004 08:49:12 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=1467&amp;PID=4166&amp;title=possible-to-hide-gripper#4166</guid>
  </item> 
 </channel>
</rss>