<?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 : No title bar?</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Docking Pane : No title bar?]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Sun, 26 Apr 2026 00:22:46 +0000</pubDate>
  <lastBuildDate>Thu, 18 Aug 2005 10:47:30 +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=927</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[No title bar? : You can hide the caption to a...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=927&amp;PID=8221&amp;title=no-title-bar#8221</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1233">mwest</a><br /><strong>Subject:</strong> 927<br /><strong>Posted:</strong> 18 August 2005 at 10:47am<br /><br />You can hide the caption to a docking pane by something like this:<br><table width="99%"><tr><td><pre class="BBcode"><br>CXTPDockingPane* pwndDockPane = m_paneManager.CreatePane(<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; IDS_DOCK_ID, CRect(0, 0,200, 120), xtpPaneDockBottom);&nbsp; // Normal Creation code...<br>pwndDockPane-&gt;SetOptions(xtpPaneNoCaption); // This is the good stuff<br></pre></td></tr></table><br><br>]]>
   </description>
   <pubDate>Thu, 18 Aug 2005 10:47:30 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=927&amp;PID=8221&amp;title=no-title-bar#8221</guid>
  </item> 
  <item>
   <title><![CDATA[No title bar? : shoq, I would send an email to...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=927&amp;PID=5164&amp;title=no-title-bar#5164</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=369">SuperMario</a><br /><strong>Subject:</strong> 927<br /><strong>Posted:</strong> 16 February 2005 at 7:01pm<br /><br />shoq, I would send an email to support.&nbsp; I will answer what I can.<br><br>1. See Action event.<br>&nbsp;&nbsp;&nbsp; a. I don't think so.<br>&nbsp;&nbsp;&nbsp; b. Yes, by destroying the pane and then create a newpane and dock it in the desired position, you attach the object to thisnew form.<br><br>2.&nbsp; Again, I don't think so, but send in an email so development can take a look at it.<br>]]>
   </description>
   <pubDate>Wed, 16 Feb 2005 19:01:42 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=927&amp;PID=5164&amp;title=no-title-bar#5164</guid>
  </item> 
  <item>
   <title><![CDATA[No title bar? : Mario.. might my question get...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=927&amp;PID=5161&amp;title=no-title-bar#5161</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=985">shoq</a><br /><strong>Subject:</strong> 927<br /><strong>Posted:</strong> 16 February 2005 at 4:37pm<br /><br />Mario.. might my question get answered in another thread?<br>I don't like cross posting. I'm a bit surprised no one answered<br>Any suggestions as to how i get this answered?<br>]]>
   </description>
   <pubDate>Wed, 16 Feb 2005 16:37:42 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=927&amp;PID=5161&amp;title=no-title-bar#5161</guid>
  </item> 
  <item>
   <title><![CDATA[No title bar? : Maui, You can now hide individual...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=927&amp;PID=5148&amp;title=no-title-bar#5148</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=369">SuperMario</a><br /><strong>Subject:</strong> 927<br /><strong>Posted:</strong> 16 February 2005 at 2:50pm<br /><br />Maui,<br>You can now hide individual pane captions.<br>]]>
   </description>
   <pubDate>Wed, 16 Feb 2005 14:50:19 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=927&amp;PID=5148&amp;title=no-title-bar#5148</guid>
  </item> 
  <item>
   <title><![CDATA[No title bar? : This seems to be a good place...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=927&amp;PID=5088&amp;title=no-title-bar#5088</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=985">shoq</a><br /><strong>Subject:</strong> 927<br /><strong>Posted:</strong> 11 February 2005 at 11:35am<br /><br />This seems to be a good place to ask this question<br><br>My programming partner already owns this product, but he doesn't havetime to explore this.&nbsp; So while I don't fully understand theproduct, he does, and I will share any replies with him. <br>I am familiar with many docking events in delphi apps, but not VB, so bear with me.<br><br>I am concerned that the user above minds many things impossible withcode.&nbsp; So let me explain both things that I want to do, andsomeone might tell me if its doable.<br><br>1) I need to intervene while the user is dragging to a potential dock,and either accept, reject or retarget the "docking&nbsp; position"based on other variables.&nbsp; Can I assume there is an "on_docking"event of some kind where I might:<br>&nbsp;&nbsp;&nbsp;&nbsp; a) know the current dockng position/and coordiates, and<br><br>&nbsp;&nbsp;&nbsp;&nbsp; b) programmatically control the final docking position? <br><br>These are probably things my partner knows already, but he'sunavailable for a few days, so a simple yes or no to a/b will help me alot.<br><br>2) I would like to make the Client region of a window draggable, ratherthan via the titlebar. In Delphi&nbsp; I would simply interceptthe&nbsp; mousedown WM_CLIENT message, and change it to aWM_CAPTION.&nbsp; And poof, the entire window can be dragged by amousedow anywhere on the client area.&nbsp;&nbsp; Can we do this withthis control without too much effort?<br><br>Thanks<br><br><br><br>]]>
   </description>
   <pubDate>Fri, 11 Feb 2005 11:35:10 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=927&amp;PID=5088&amp;title=no-title-bar#5088</guid>
  </item> 
  <item>
   <title><![CDATA[No title bar? : In the next release, you can remove...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=927&amp;PID=2481&amp;title=no-title-bar#2481</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=369">SuperMario</a><br /><strong>Subject:</strong> 927<br /><strong>Posted:</strong> 14 July 2004 at 10:37am<br /><br />In the next release, you can remove the title bar from all the panes with the code below:<br>&nbsp;&nbsp;&nbsp; DockingPaneManager.Options.ShowCaption = False]]>
   </description>
   <pubDate>Wed, 14 Jul 2004 10:37:47 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=927&amp;PID=2481&amp;title=no-title-bar#2481</guid>
  </item> 
  <item>
   <title><![CDATA[No title bar? : There doesnt seem to be much you...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=927&amp;PID=2471&amp;title=no-title-bar#2471</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=566">Maui</a><br /><strong>Subject:</strong> 927<br /><strong>Posted:</strong> 13 July 2004 at 9:41am<br /><br /><P>There doesnt seem to be much you CAN do with the docking pane.</P><P>For $225 you get a docking pane that :<BR>you cant move / position&nbsp;with code<BR>you cant float with code<BR>you cant resize with code<BR>comes with very vague documentation<BR>and you cant even hide its title bar to make it work in its most basic function as a splitter.<BR><BR>The only practicle things I have been able to do with a pane once&nbsp;I have created it is to hide it and then show it again.</P><P>I am finding it hard to justify to myself why I purchased this product when there are free / open source projects that do more than this product seems to do.</P>]]>
   </description>
   <pubDate>Tue, 13 Jul 2004 09:41:08 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=927&amp;PID=2471&amp;title=no-title-bar#2471</guid>
  </item> 
  <item>
   <title><![CDATA[No title bar? : This is now possibel.....See post...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=927&amp;PID=2470&amp;title=no-title-bar#2470</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=369">SuperMario</a><br /><strong>Subject:</strong> 927<br /><strong>Posted:</strong> 13 July 2004 at 9:04am<br /><br />This is now possibel.....See post below:)<span style="font-size:10px"><br /><br />Edited by SuperMario</span>]]>
   </description>
   <pubDate>Tue, 13 Jul 2004 09:04:10 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=927&amp;PID=2470&amp;title=no-title-bar#2470</guid>
  </item> 
  <item>
   <title><![CDATA[No title bar? : Hi, How do you make a pane with...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=927&amp;PID=2463&amp;title=no-title-bar#2463</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=566">Maui</a><br /><strong>Subject:</strong> 927<br /><strong>Posted:</strong> 12 July 2004 at 8:53am<br /><br /><P>Hi,</P><P>How do you make a pane with no title bar?</P><P>I have a pane thats acting effectivly just as a splitter using all the options below but it looks stupid with an empty title&nbsp;bar across the top of it.</P><P>&nbsp;&nbsp;&nbsp; Dim A As Pane<BR>&nbsp;&nbsp;&nbsp; A.Options = PaneNoCloseable Or PaneNoFloatable Or PaneNoHideable</P><P>Any help appreciated.</P><P>&nbsp;</P>]]>
   </description>
   <pubDate>Mon, 12 Jul 2004 08:53:43 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=927&amp;PID=2463&amp;title=no-title-bar#2463</guid>
  </item> 
 </channel>
</rss>