<?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 : prolem with toolbar in start time</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Command Bars : SOLVED : prolem with toolbar in start time]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Thu, 11 Jun 2026 23:18:27 +0000</pubDate>
  <lastBuildDate>Mon, 25 Aug 2008 07:44:31 +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=11927</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 : prolem with toolbar in start time : Hi,  You got one thing done...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=11927&amp;PID=40360&amp;title=solved-prolem-with-toolbar-in-start-time#40360</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3701">Aaron</a><br /><strong>Subject:</strong> 11927<br /><strong>Posted:</strong> 25 August 2008 at 7:44am<br /><br />Hi,<DIV>&nbsp;</DIV><DIV>You got one thing done right this time.... That's the right way to do it, adding SOLVED:&nbsp;&nbsp;&nbsp;&nbsp; like that <img src="https://forum.codejock.com/smileys/smiley2.gif" border="0">&nbsp;And if you would be so kind and change the other issues as well (I know you added solved already but in a wrong way...) Thanks a lot in advance <img src="https://forum.codejock.com/smileys/smiley4.gif" border="0"></DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV>]]>
   </description>
   <pubDate>Mon, 25 Aug 2008 07:44:31 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=11927&amp;PID=40360&amp;title=solved-prolem-with-toolbar-in-start-time#40360</guid>
  </item> 
  <item>
   <title><![CDATA[SOLVED : prolem with toolbar in start time :   nenkalo wrote:  but when...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=11927&amp;PID=40357&amp;title=solved-prolem-with-toolbar-in-start-time#40357</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4400">nenkalo</a><br /><strong>Subject:</strong> 11927<br /><strong>Posted:</strong> 25 August 2008 at 6:32am<br /><br /><table width="99%"><tr><td class="BBquote"><img src="forum_images/quote_box.png" title="Originally posted by nenkalo" alt="Originally posted by nenkalo" style="vertical-align: text-bottom;" /> <strong>nenkalo wrote:</strong><br /><br /><P>&nbsp;</P><DIV>but when i use this code in rich text box change event get error :</DIV><DIV>&nbsp;</DIV><DIV>Private Sub txt_msg_Change()<BR>CommandBarsTextbox(7).Controls.Find(, 1000).Caption = "change"<BR>End Sub<BR></DIV><DIV>error : invalid procedure call or argumant .</DIV><DIV>&nbsp;</DIV><DIV>both code like togheter but bahavior different .<img src="https://forum.codejock.com/smileys/smiley18.gif" border="0"></DIV></td></tr></table> <DIV></DIV><DIV></DIV>I found&nbsp; it . <DIV>txt_msg_change called at form_load via setting property (textalign) before calling toolbar_init .</DIV><DIV>&nbsp;i put toolbar_init at first in form_load to fix it . </DIV><DIV>&nbsp;</DIV><DIV>this poroblem related to my program and not codejock . shame on me .</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV>]]>
   </description>
   <pubDate>Mon, 25 Aug 2008 06:32:39 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=11927&amp;PID=40357&amp;title=solved-prolem-with-toolbar-in-start-time#40357</guid>
  </item> 
  <item>
   <title><![CDATA[SOLVED : prolem with toolbar in start time :   oleg wrote: Change this  ...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=11927&amp;PID=40322&amp;title=solved-prolem-with-toolbar-in-start-time#40322</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4400">nenkalo</a><br /><strong>Subject:</strong> 11927<br /><strong>Posted:</strong> 24 August 2008 at 6:58am<br /><br /><table width="99%"><tr><td class="BBquote"><img src="forum_images/quote_box.png" title="Originally posted by oleg" alt="Originally posted by oleg" style="vertical-align: text-bottom;" /> <strong>oleg wrote:</strong><br /><br /><P>Change this</P><DIV>&nbsp;</DIV><DIV>&nbsp;&nbsp;&nbsp; Set toolbarTab = TabToolBar.InsertCategory(<strong>0</strong>, "item1")<BR>&nbsp;&nbsp;&nbsp; toolbarTab.Image = 100</DIV><DIV>&nbsp;&nbsp;&nbsp; <BR>&nbsp;&nbsp;&nbsp; Set toolbarTab = TabToolBar.InsertCategory(<strong>1,</strong> "item2")<BR>&nbsp;&nbsp;&nbsp; toolbarTab.Image = 200<BR>&nbsp;&nbsp;&nbsp; <BR>&nbsp;&nbsp;&nbsp; Set toolbarTab = TabToolBar.InsertCategory<strong>(2</strong>, "item3")<BR>&nbsp;&nbsp;&nbsp; toolbarTab.Image = 300<BR>&nbsp;&nbsp;&nbsp; <BR>&nbsp;&nbsp;&nbsp; Set toolbarTab = TabToolBar.InsertCategory<strong>(3</strong>, "item4")</DIV><DIV>&nbsp;</DIV><DIV>...</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;&nbsp;<strong>TabToolBar.UpdateTabs</strong></DIV></td></tr></table> <DIV>&nbsp;</DIV><DIV>Hi</DIV><DIV>thankx . it solved</DIV><DIV>&nbsp;</DIV><DIV>one question :</DIV><DIV>&nbsp;</DIV><DIV>i make a toolbar on the rich text box (top and bottom of it)</DIV><DIV>i need to change caption of one item of it . </DIV><DIV>&nbsp;</DIV><DIV>i use this code in command event :</DIV><DIV>&nbsp;</DIV><DIV>Private Sub Command1_Click()<BR>CommandBarsTextbox(7).Controls.Find(, 1000).Caption = "change"</DIV><DIV>End Sub</DIV><DIV>&nbsp;</DIV><DIV>this code work very good .</DIV><DIV>&nbsp;</DIV><DIV>but when i use this code in rich text box change event get error :</DIV><DIV>&nbsp;</DIV><DIV>Private Sub txt_msg_Change()<BR>CommandBarsTextbox(7).Controls.Find(, 1000).Caption = "change"<BR>End Sub<BR></DIV><DIV>error : invalid procedure call or argumant .</DIV><DIV>&nbsp;</DIV><DIV>both code like togheter but bahavior different .<img src="https://forum.codejock.com/smileys/smiley18.gif" border="0"></DIV>]]>
   </description>
   <pubDate>Sun, 24 Aug 2008 06:58:47 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=11927&amp;PID=40322&amp;title=solved-prolem-with-toolbar-in-start-time#40322</guid>
  </item> 
  <item>
   <title><![CDATA[SOLVED : prolem with toolbar in start time : Change this   Set toolbarTab...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=11927&amp;PID=40283&amp;title=solved-prolem-with-toolbar-in-start-time#40283</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 11927<br /><strong>Posted:</strong> 22 August 2008 at 3:17pm<br /><br /><P>Change this</P><DIV>&nbsp;</DIV><DIV>&nbsp;&nbsp;&nbsp; Set toolbarTab = TabToolBar.InsertCategory(<strong>0</strong>, "item1")<BR>&nbsp;&nbsp;&nbsp; toolbarTab.Image = 100</DIV><DIV>&nbsp;&nbsp;&nbsp; <BR>&nbsp;&nbsp;&nbsp; Set toolbarTab = TabToolBar.InsertCategory(<strong>1,</strong> "item2")<BR>&nbsp;&nbsp;&nbsp; toolbarTab.Image = 200<BR>&nbsp;&nbsp;&nbsp; <BR>&nbsp;&nbsp;&nbsp; Set toolbarTab = TabToolBar.InsertCategory<strong>(2</strong>, "item3")<BR>&nbsp;&nbsp;&nbsp; toolbarTab.Image = 300<BR>&nbsp;&nbsp;&nbsp; <BR>&nbsp;&nbsp;&nbsp; Set toolbarTab = TabToolBar.InsertCategory<strong>(3</strong>, "item4")</DIV><DIV>&nbsp;</DIV><DIV>...</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;&nbsp;<strong>TabToolBar.UpdateTabs</strong></DIV>]]>
   </description>
   <pubDate>Fri, 22 Aug 2008 15:17:59 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=11927&amp;PID=40283&amp;title=solved-prolem-with-toolbar-in-start-time#40283</guid>
  </item> 
  <item>
   <title><![CDATA[SOLVED : prolem with toolbar in start time : Hi  i make a form with toolbar...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=11927&amp;PID=40260&amp;title=solved-prolem-with-toolbar-in-start-time#40260</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4400">nenkalo</a><br /><strong>Subject:</strong> 11927<br /><strong>Posted:</strong> 22 August 2008 at 8:19am<br /><br />Hi <DIV>i make a form with toolbar and initial it at first . when run program i see all items in first category ! but all items not reffer to first category !</DIV><DIV>tihs problem solved when i click on next category tab .</DIV><DIV>&nbsp;</DIV><DIV>see this attachment :</DIV><DIV>&nbsp;</DIV><DIV><a href="https://forum.codejock.com/uploads/20080822_081743_problem.zip" target="_blank">uploads/20080822_081743_problem.zip</A></DIV><DIV>&nbsp;</DIV><DIV>in start time u see every subitem in item1 .</DIV><DIV>but when u click on item1 un-expected items hide .</DIV><DIV>&nbsp;</DIV><DIV>whats my mistake ? </DIV><DIV>&nbsp;</DIV>]]>
   </description>
   <pubDate>Fri, 22 Aug 2008 08:19:16 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=11927&amp;PID=40260&amp;title=solved-prolem-with-toolbar-in-start-time#40260</guid>
  </item> 
 </channel>
</rss>