<?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 : POLL: Post code snippets / don&#039;t forget to reply</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : General Discussion : POLL: Post code snippets / don&#039;t forget to reply]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Sat, 13 Jun 2026 10:03:51 +0000</pubDate>
  <lastBuildDate>Sat, 19 Apr 2008 03:10:19 +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=10298</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[POLL: Post code snippets / don&#039;t forget to reply : Hi,   I prefer that CodeJock...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=10298&amp;PID=33966&amp;title=poll-post-code-snippets-dont-forget-to-reply#33966</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3701">Aaron</a><br /><strong>Subject:</strong> 10298<br /><strong>Posted:</strong> 19 April 2008 at 3:10am<br /><br />Hi, <DIV>&nbsp;</DIV><DIV><strong><EM><U>I prefer that CodeJock would create a SubForum</U></EM></strong> for us and we would post the code snippets. Thats the whole idea. If they will supervise this, it won't be a such mess after a while. </DIV><DIV>&nbsp;</DIV><DIV>If you would post a code snippet, and it would contain wrong code, I can not delete it... So we get stuck with a (bad) code snippet in our precious Hall of Code Snippets <img src="https://forum.codejock.com/smileys/smiley2.gif" border="0">. CodeJock support team will be able to delete the item if they don't agree or adjust the code as it needs to be. </DIV><DIV>&nbsp;</DIV><DIV>And if CodeJock doesn't, we have to do it ourselves...</DIV>]]>
   </description>
   <pubDate>Sat, 19 Apr 2008 03:10:19 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=10298&amp;PID=33966&amp;title=poll-post-code-snippets-dont-forget-to-reply#33966</guid>
  </item> 
  <item>
   <title><![CDATA[POLL: Post code snippets / don&#039;t forget to reply : since you have suggested that...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=10298&amp;PID=33965&amp;title=poll-post-code-snippets-dont-forget-to-reply#33965</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1038">younicke</a><br /><strong>Subject:</strong> 10298<br /><strong>Posted:</strong> 19 April 2008 at 2:28am<br /><br />since you have suggested that we post some code snippets in here, is it also possible for codejock to put some code tags on the forum so that the codes will be more readable? just a thought]]>
   </description>
   <pubDate>Sat, 19 Apr 2008 02:28:30 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=10298&amp;PID=33965&amp;title=poll-post-code-snippets-dont-forget-to-reply#33965</guid>
  </item> 
  <item>
   <title><![CDATA[POLL: Post code snippets / don&#039;t forget to reply : Hi,   I think &amp;#034;updating&amp;#034;...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=10298&amp;PID=33964&amp;title=poll-post-code-snippets-dont-forget-to-reply#33964</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3701">Aaron</a><br /><strong>Subject:</strong> 10298<br /><strong>Posted:</strong> 19 April 2008 at 2:05am<br /><br />Hi, <DIV>&nbsp;</DIV><DIV>I think "updating" the documentation&nbsp;is not up to us. There is only one responsable for this and that is CodeJock. But it would help them which of the properties/methods aren't well documented. The code snippets I talked about would be short, just a few lines to explain what to do.</DIV><DIV>&nbsp;</DIV><DIV>Just like</DIV><DIV>&nbsp;</DIV><DIV><strong><EM><U>How to create a pane</U></EM></strong>:</DIV><DIV>&nbsp;</DIV><DIV>Dim paneExample as Pane</DIV><DIV>Set paneExample = DockingPanes.CreatePane(ID_PANE, 100, 100, DockRightOf, Nothing)<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;paneExample .Title = "Caption of pane"</DIV><DIV>&nbsp;</DIV><DIV>and&nbsp;maybe some <strong>explanation</strong> of the code and <strong>version</strong></DIV><DIV>&nbsp;</DIV><DIV><DIV><strong><EM><U>How to add a toolbar to CommandBars</U></EM></strong>:</DIV><DIV>&nbsp;</DIV><DIV>Dim toolBar As CommandBar</DIV><DIV>Set toolBar = CommandBars.Add("Tools" , xtpBarTop)<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;toolBar.EnableDocking xtpFlagAlignAny<BR>&nbsp;&nbsp;&nbsp; </DIV><DIV><DIV>and maybe some <strong>explanation</strong> of the code and <strong>version</strong></DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV></DIV><DIV>Eventually new members will get the picture and will explore the options themselves. We could have different levels for posting code snippets: beginner, intermediate and advanced. I would say: <strong>Let's do it</strong> <img src="http://forum.codejock.com/smileys/smiley2.gif" border="0"></DIV></DIV>]]>
   </description>
   <pubDate>Sat, 19 Apr 2008 02:05:39 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=10298&amp;PID=33964&amp;title=poll-post-code-snippets-dont-forget-to-reply#33964</guid>
  </item> 
  <item>
   <title><![CDATA[POLL: Post code snippets / don&#039;t forget to reply : Hmm.. I was going to request CJ...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=10298&amp;PID=33927&amp;title=poll-post-code-snippets-dont-forget-to-reply#33927</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3347">JKDev</a><br /><strong>Subject:</strong> 10298<br /><strong>Posted:</strong> 18 April 2008 at 12:58pm<br /><br />Hmm.. I was going to request CJ setup up a wiki for just this of of thing. We could post snippets and and documentation where it is lacking in the help systems... ]]>
   </description>
   <pubDate>Fri, 18 Apr 2008 12:58:43 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=10298&amp;PID=33927&amp;title=poll-post-code-snippets-dont-forget-to-reply#33927</guid>
  </item> 
  <item>
   <title><![CDATA[POLL: Post code snippets / don&#039;t forget to reply : Hi, It would be nice if we could...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=10298&amp;PID=33918&amp;title=poll-post-code-snippets-dont-forget-to-reply#33918</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3701">Aaron</a><br /><strong>Subject:</strong> 10298<br /><strong>Posted:</strong> 18 April 2008 at 10:30am<br /><br /><P>Hi,</P><DIV><strong><EM>It would be nice if we could post code snippets, just enough to explain how a certain property / method of a control works. I see there are lots of&nbsp;members asking the same question(s)&nbsp;about the same control. Most members want quick answers and search rather in examples than in posts.</EM></strong> </DIV><DIV>&nbsp;</DIV><DIV>Thank you.</DIV>]]>
   </description>
   <pubDate>Fri, 18 Apr 2008 10:30:09 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=10298&amp;PID=33918&amp;title=poll-post-code-snippets-dont-forget-to-reply#33918</guid>
  </item> 
 </channel>
</rss>