<?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 : Cool menus without Command Bars</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Toolkit Pro : Cool menus without Command Bars]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Mon, 06 Apr 2026 15:39:53 +0000</pubDate>
  <lastBuildDate>Mon, 20 Feb 2006 10:33:16 +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=3599</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[Cool menus without Command Bars : yes, it is not possible.... :(...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=3599&amp;PID=11070&amp;title=cool-menus-without-command-bars#11070</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 3599<br /><strong>Posted:</strong> 20 February 2006 at 10:33am<br /><br /><P>yes, it is not possible....&nbsp; :( </P><P>You can try CFrameWnd + CFormView instead of CDialog to allow ToolBars/Docking Panes.</P>]]>
   </description>
   <pubDate>Mon, 20 Feb 2006 10:33:16 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=3599&amp;PID=11070&amp;title=cool-menus-without-command-bars#11070</guid>
  </item> 
  <item>
   <title><![CDATA[Cool menus without Command Bars : Another issue, is it possible...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=3599&amp;PID=11051&amp;title=cool-menus-without-command-bars#11051</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=97">douglashogan</a><br /><strong>Subject:</strong> 3599<br /><strong>Posted:</strong> 18 February 2006 at 8:00am<br /><br /><P>Another issue, is it possible to use the docking panes system in a dialog based application? It appears not, as InstalldockingPanes () need a CFrameWnd derived class as a parameter.</P><P>Is there another way?<FONT color=#ffff00 size=1></P></FONT>]]>
   </description>
   <pubDate>Sat, 18 Feb 2006 08:00:59 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=3599&amp;PID=11051&amp;title=cool-menus-without-command-bars#11051</guid>
  </item> 
  <item>
   <title><![CDATA[Cool menus without Command Bars : Unfortnutelly it is standard MS...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=3599&amp;PID=10822&amp;title=cool-menus-without-command-bars#10822</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 3599<br /><strong>Posted:</strong> 06 February 2006 at 12:17am<br /><br /><P>Unfortnutelly it is standard MS control, that don't send WM_CTL_COLOR to fill its background. </P><P>Solution is </P><P>1. create dialog with xtResizeNoSizeIcon parameter</P><P>2. Manually add some custom gripper class derived from CWnd and draw it as gripper.</P><P>3. Add it:</P><P>/ Create the size icon if it already doesn't exist.<BR>&nbsp;&nbsp;if (!::IsWindow(m_scSizeIcon.m_hWnd))<BR>&nbsp;&nbsp;{<BR>&nbsp;&nbsp;&nbsp;CXTPClientRect rcIcon(m_pWnd);<BR>&nbsp;&nbsp;&nbsp;rcIcon.OffsetRect(-1, -1);<BR>&nbsp;&nbsp;&nbsp;rcIcon.left = rcIcon.right - XTAuxData().cxSmIcon;<BR>&nbsp;&nbsp;&nbsp;rcIcon.top = rcIcon.bottom - XTAuxData().cySmIcon;</P><P>&nbsp;&nbsp;&nbsp;m_scSizeIcon.Create(WS_CHILD | WS_VISIBLE | SBS_SIZEGRIP,<BR>&nbsp;&nbsp;&nbsp;&nbsp;rcIcon, m_pWnd, IDC_SIZEICON);<BR>&nbsp;&nbsp;}</P><P>&nbsp;&nbsp;m_scSizeIcon.SetWindowPos(&amp;CWnd::wndTop, 0, 0, 0, 0,<BR>&nbsp;&nbsp;&nbsp;SWP_NOSIZE | SWP_NOMOVE | SWP_FRAMECHANGED);</P><P>&nbsp;&nbsp;SetResize(IDC_SIZEICON, SZ_REPOS(1));<BR></P>]]>
   </description>
   <pubDate>Mon, 06 Feb 2006 00:17:53 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=3599&amp;PID=10822&amp;title=cool-menus-without-command-bars#10822</guid>
  </item> 
  <item>
   <title><![CDATA[Cool menus without Command Bars : OK, so Iderive from CXTPDialogBase&amp;lt;CXTResizDialog&amp;gt;...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=3599&amp;PID=10818&amp;title=cool-menus-without-command-bars#10818</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=97">douglashogan</a><br /><strong>Subject:</strong> 3599<br /><strong>Posted:</strong> 05 February 2006 at 8:08am<br /><br /><P>OK,</P><P>so I&nbsp;derive from CXTPDialogBase&lt;CXTResizDialog&gt; instead of CXTResizeDialog.</P><P>Next problem: I override the WM_CTL_COLOR message and draw the dialog background in a different color, However, the gripper on the bottom right border is painted in dialog gray. Is it possible to customize this color.</P><P><FONT color=#ffff00 size=1><FONT color=#ffff00 size=1>&nbsp;</P></FONT></FONT>]]>
   </description>
   <pubDate>Sun, 05 Feb 2006 08:08:13 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=3599&amp;PID=10818&amp;title=cool-menus-without-command-bars#10818</guid>
  </item> 
  <item>
   <title><![CDATA[Cool menus without Command Bars : Hi, Must work, try it. ]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=3599&amp;PID=10815&amp;title=cool-menus-without-command-bars#10815</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 3599<br /><strong>Posted:</strong> 05 February 2006 at 4:40am<br /><br /><P>Hi,</P><P>Must work, try it.</P>]]>
   </description>
   <pubDate>Sun, 05 Feb 2006 04:40:58 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=3599&amp;PID=10815&amp;title=cool-menus-without-command-bars#10815</guid>
  </item> 
  <item>
   <title><![CDATA[Cool menus without Command Bars : Hi I have a dialog based application...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=3599&amp;PID=10805&amp;title=cool-menus-without-command-bars#10805</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=97">douglashogan</a><br /><strong>Subject:</strong> 3599<br /><strong>Posted:</strong> 04 February 2006 at 5:20am<br /><br /><P>Hi</P><P>I have a dialog based application based on CXTResizeDialog. I also use the taskpanel control on one side. I want to use the flat "cool" menus. Is it possible from a dialog based application? Does there have to be some connection with the command bars architecture?</P><P>Regards</P><P>Douglas</P>]]>
   </description>
   <pubDate>Sat, 04 Feb 2006 05:20:07 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=3599&amp;PID=10805&amp;title=cool-menus-without-command-bars#10805</guid>
  </item> 
 </channel>
</rss>