<?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 : New User - Modal Forms?</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Command Bars : New User - Modal Forms?]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Wed, 10 Jun 2026 08:14:05 +0000</pubDate>
  <lastBuildDate>Mon, 16 Oct 2006 14:52: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=5296</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[New User - Modal Forms? : I determined the problem I was...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=5296&amp;PID=16577&amp;title=new-user-modal-forms#16577</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2425">eSunkist22</a><br /><strong>Subject:</strong> 5296<br /><strong>Posted:</strong> 16 October 2006 at 2:52pm<br /><br />I determined the problem I was having by fluke. I was creating a single toolbar on this one small modal form, and it appeared to be creating an empty menu as well, which was causing problems. <br><br>So I changed my code to make a menu with one option (File - Close). <br><br>I then set the CommandBars.ActiveMenuBar.Visible property to False<br><br>And my toolbar pops up without problems.<br><br><img src="http://forum.codejock.com/smileys/smiley1.gif" border="0" align="absmiddle"><br><br>Is this just a quirk of the control? It's not a big deal, we can work around this if need be.<br><br><br><br>]]>
   </description>
   <pubDate>Mon, 16 Oct 2006 14:52:31 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=5296&amp;PID=16577&amp;title=new-user-modal-forms#16577</guid>
  </item> 
  <item>
   <title><![CDATA[New User - Modal Forms? : Ok, nevermind, now it&amp;#039;s working.I...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=5296&amp;PID=16575&amp;title=new-user-modal-forms#16575</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2425">eSunkist22</a><br /><strong>Subject:</strong> 5296<br /><strong>Posted:</strong> 16 October 2006 at 1:45pm<br /><br />Ok, nevermind, now it's working.<br>I was just messing with the code and the toolbar and suddenly it appeared. It's almost like it needed to refresh or something. Maybe it's because I'm still using a trial version of the commandbars. :)<br><br>Thanks for the time though<br><br><br>Erica<br>]]>
   </description>
   <pubDate>Mon, 16 Oct 2006 13:45:52 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=5296&amp;PID=16575&amp;title=new-user-modal-forms#16575</guid>
  </item> 
  <item>
   <title><![CDATA[New User - Modal Forms? : I did draw a command bar on a...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=5296&amp;PID=16571&amp;title=new-user-modal-forms#16571</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2425">eSunkist22</a><br /><strong>Subject:</strong> 5296<br /><strong>Posted:</strong> 16 October 2006 at 12:43pm<br /><br />I did draw a command bar on a modal form, and a child form, added 3 buttons to each toolbar, and when the form loads, i get&nbsp; a small blank toolbar. There are images for each button as well. <br><br>This is the code on my modal form:<br><br>~~~~~~~~~~~~~<br><br>Dim objBar1 As CommandBar<br><br>&nbsp; Set objBar1 = CommandBars1.Add("Edit", xtpBarTop)<br>&nbsp; <br>&nbsp; With objBar1<br>&nbsp;&nbsp;&nbsp; Call AddControl(.Controls, xtpControlButton, ID_EDIT_COPY, "&amp;Copy", False, "Copy selected text", xtpButtonIconAndCaption)<br>&nbsp;&nbsp;&nbsp; Call AddControl(.Controls, xtpControlButton, ID_EDIT_CUT, "C&amp;ut", False, "Cut selected Text", xtpButtonIconAndCaption)<br>&nbsp;&nbsp;&nbsp; Call AddControl(.Controls, xtpControlButton, ID_EDIT_PASTE, "&amp;Paste", False, "Paste Clipboard Contents", xtpButtonIconAndCaption)<br>&nbsp; End With<br>&nbsp; <br>&nbsp; Set CommandBars1.Icons = mdiMain.ImageManager1.Icons<br>&nbsp; CommandBars1.Options.UseDisabledIcons = True<br>&nbsp; CommandBars1.Options.SetIconSize True, 16, 16<br>&nbsp; CommandBars1.Options.UpdatePeriod = 100<br>&nbsp; CommandBars1.Options.ShowExpandButtonAlways = False<br>&nbsp; CommandBars1.VisualTheme = xtpThemeNativeWinXP<br><br>~~~~~~~~~~~~~<br><br>And nothing appears.<br>]]>
   </description>
   <pubDate>Mon, 16 Oct 2006 12:43:44 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=5296&amp;PID=16571&amp;title=new-user-modal-forms#16571</guid>
  </item> 
  <item>
   <title><![CDATA[New User - Modal Forms? : Just add a Commandbar control...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=5296&amp;PID=16556&amp;title=new-user-modal-forms#16556</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=369">SuperMario</a><br /><strong>Subject:</strong> 5296<br /><strong>Posted:</strong> 16 October 2006 at 9:52am<br /><br />Just add a Commandbar control to each form you want to display them on.]]>
   </description>
   <pubDate>Mon, 16 Oct 2006 09:52:18 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=5296&amp;PID=16556&amp;title=new-user-modal-forms#16556</guid>
  </item> 
  <item>
   <title><![CDATA[New User - Modal Forms? : I am still evaluating this product...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=5296&amp;PID=16542&amp;title=new-user-modal-forms#16542</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2425">eSunkist22</a><br /><strong>Subject:</strong> 5296<br /><strong>Posted:</strong> 15 October 2006 at 4:41pm<br /><br />I am still evaluating this product for my company. I really like the control so far, but I just need to know how much we may need to change our program around to accomodate the CommandBars control.<br><br>In my test programs (visual basic) I have not been able to get a toolbar to appear on a child or modal forms... just the MDI form. Just wonderinf if anyone knows if this is how the CommandBars works. We use regular VB Command buttons on most modal forms, but if we can move to using a toolbar to make it look nicer, and save space, it would be nice.<br><br>I think my company will go for buying this control, I just need to clarify this for my spec for them.<br><br>Thanks!<br>Erica<br>]]>
   </description>
   <pubDate>Sun, 15 Oct 2006 16:41:52 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=5296&amp;PID=16542&amp;title=new-user-modal-forms#16542</guid>
  </item> 
 </channel>
</rss>