<?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 : Problem By Default Menu...</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Command Bars : Problem By Default Menu...]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Sat, 13 Jun 2026 06:40:00 +0000</pubDate>
  <lastBuildDate>Tue, 24 Feb 2009 13:15:08 +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=13476</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[Problem By Default Menu... : Hi,  I very recommend remove...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=13476&amp;PID=45822&amp;title=problem-by-default-menu#45822</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 13476<br /><strong>Posted:</strong> 24 February 2009 at 1:15pm<br /><br />Hi,<DIV>&nbsp;</DIV><DIV>I very recommend remove standard menu and create whole CommandBars in code or with designer. Sometimes VB want to show its own menu :(</DIV>]]>
   </description>
   <pubDate>Tue, 24 Feb 2009 13:15:08 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=13476&amp;PID=45822&amp;title=problem-by-default-menu#45822</guid>
  </item> 
  <item>
   <title><![CDATA[Problem By Default Menu... : Thanks for your answer but when...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=13476&amp;PID=45816&amp;title=problem-by-default-menu#45816</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4045">mozaheb</a><br /><strong>Subject:</strong> 13476<br /><strong>Posted:</strong> 24 February 2009 at 10:23am<br /><br /><br>Thanks for your answer but when got focus or lost focus on the form have command bars my form is flashed?<br><br>This problem was not see in the V 12.0?<img src="http://forum.codejock.com/smileys/smiley18.gif" border="0" align="absmiddle"><br><br>Yousof Mozaheb<br>]]>
   </description>
   <pubDate>Tue, 24 Feb 2009 10:23:15 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=13476&amp;PID=45816&amp;title=problem-by-default-menu#45816</guid>
  </item> 
  <item>
   <title><![CDATA[Problem By Default Menu... : Hi,  In your sample instead...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=13476&amp;PID=45783&amp;title=problem-by-default-menu#45783</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 13476<br /><strong>Posted:</strong> 23 February 2009 at 4:04pm<br /><br />Hi,<DIV>&nbsp;</DIV><DIV>In your sample instead Form_Resize add</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV><DIV>Private Sub CommandBars1_Resize()<BR>&nbsp;&nbsp;&nbsp; Dim l As Long, t As Long, r As Long, b As Long<BR>&nbsp;&nbsp;&nbsp; CommandBars1.GetClientRect l, t, r, b<BR>&nbsp;&nbsp;&nbsp; <BR>&nbsp;&nbsp;&nbsp; Picture1.Move l, t, r - l, b - t<BR>End Sub</DIV>]]>
   </description>
   <pubDate>Mon, 23 Feb 2009 16:04:55 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=13476&amp;PID=45783&amp;title=problem-by-default-menu#45783</guid>
  </item> 
  <item>
   <title><![CDATA[Problem By Default Menu... : not work by GetClientRect.please...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=13476&amp;PID=45779&amp;title=problem-by-default-menu#45779</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4045">mozaheb</a><br /><strong>Subject:</strong> 13476<br /><strong>Posted:</strong> 23 February 2009 at 1:29pm<br /><br />not work by GetClientRect.<br><br>please send solution by source code.<br><br>Thanks<br>]]>
   </description>
   <pubDate>Mon, 23 Feb 2009 13:29:32 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=13476&amp;PID=45779&amp;title=problem-by-default-menu#45779</guid>
  </item> 
  <item>
   <title><![CDATA[Problem By Default Menu... : Hi, When you use CommandBars...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=13476&amp;PID=45778&amp;title=problem-by-default-menu#45778</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 13476<br /><strong>Posted:</strong> 23 February 2009 at 1:08pm<br /><br /><P>Hi,</P><DIV>When you use CommandBars you have manually position controls on form. use GetClientRect method and resize picturebox.</DIV>]]>
   </description>
   <pubDate>Mon, 23 Feb 2009 13:08:45 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=13476&amp;PID=45778&amp;title=problem-by-default-menu#45778</guid>
  </item> 
  <item>
   <title><![CDATA[Problem By Default Menu... : Hi allPlease Help Me For How Fix...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=13476&amp;PID=45773&amp;title=problem-by-default-menu#45773</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4045">mozaheb</a><br /><strong>Subject:</strong> 13476<br /><strong>Posted:</strong> 23 February 2009 at 12:27pm<br /><br />Hi all<br><br>Please Help Me For How Fix This Problem. When use command bars&nbsp; on my form picture box moved on the menu bar:(<br><br>See attachment and reply it.<a href="uploads/20090223_122331_SkinC&#111;ntrols.rar" target="_blank">uploads/20090223_122331_SkinControls.rar</a><br><br>Thanks.<br>Yousof Mozaheb]]>
   </description>
   <pubDate>Mon, 23 Feb 2009 12:27:04 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=13476&amp;PID=45773&amp;title=problem-by-default-menu#45773</guid>
  </item> 
 </channel>
</rss>