<?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 : toolbar zorder?</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Suite Pro : toolbar zorder?]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Wed, 27 May 2026 16:29:40 +0000</pubDate>
  <lastBuildDate>Sat, 05 Mar 2005 07:03:18 +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=1867</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[toolbar zorder? : That was my firstsuggestion oleg...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=1867&amp;PID=5566&amp;title=toolbar-zorder#5566</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=780">Devin Dazzle</a><br /><strong>Subject:</strong> 1867<br /><strong>Posted:</strong> 05 March 2005 at 7:03am<br /><br />That was my first&nbsp;suggestion oleg :)]]>
   </description>
   <pubDate>Sat, 05 Mar 2005 07:03:18 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=1867&amp;PID=5566&amp;title=toolbar-zorder#5566</guid>
  </item> 
  <item>
   <title><![CDATA[toolbar zorder? : better put one Picture1 to another...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=1867&amp;PID=5483&amp;title=toolbar-zorder#5483</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 1867<br /><strong>Posted:</strong> 01 March 2005 at 11:44pm<br /><br />better put one Picture1 to another Picture2.]]>
   </description>
   <pubDate>Tue, 01 Mar 2005 23:44:40 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=1867&amp;PID=5483&amp;title=toolbar-zorder#5483</guid>
  </item> 
  <item>
   <title><![CDATA[toolbar zorder? : Thanks, Devin Dazzle.  I&amp;#039;ll...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=1867&amp;PID=5461&amp;title=toolbar-zorder#5461</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1008">grangblue</a><br /><strong>Subject:</strong> 1867<br /><strong>Posted:</strong> 01 March 2005 at 7:46am<br /><br />Thanks, Devin Dazzle.<br /><br />I'll try that.]]>
   </description>
   <pubDate>Tue, 01 Mar 2005 07:46:08 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=1867&amp;PID=5461&amp;title=toolbar-zorder#5461</guid>
  </item> 
  <item>
   <title><![CDATA[toolbar zorder? : Have you tried to select the toolbar...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=1867&amp;PID=5438&amp;title=toolbar-zorder#5438</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=780">Devin Dazzle</a><br /><strong>Subject:</strong> 1867<br /><strong>Posted:</strong> 28 February 2005 at 5:03am<br /><br /><P>Have you tried to select the toolbar and use the "Bring to front" function in Visual Basic? Otherwise I would advise you to put the picturebox inside another picturebox. This way you would also get a smaller viewport and you would not have to account for the space taken up by the toolbar and statusbar (if you have one).</P><P>Another option (I would use for greater flexibility) would be to use a WebBrowser control such as the Internet Explorer or oven better the Mozilla browser control.</P><span style="font-size:10px"><br /><br />Edited by Devin Dazzle</span>]]>
   </description>
   <pubDate>Mon, 28 Feb 2005 05:03:18 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=1867&amp;PID=5438&amp;title=toolbar-zorder#5438</guid>
  </item> 
  <item>
   <title><![CDATA[toolbar zorder? : hi.  I&amp;#039;m sorry about my poor...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=1867&amp;PID=5427&amp;title=toolbar-zorder#5427</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1008">grangblue</a><br /><strong>Subject:</strong> 1867<br /><strong>Posted:</strong> 27 February 2005 at 4:48pm<br /><br />hi.<br /><br />I'm sorry about my poor english.<br /><br />So I'll just explain the problem as image that capture my screen.<br /><br />first screen-i will make Print Preview<br /><br /><img src="uploads/grangblue/2005-02-27_164417_First_Image.JPG" border="0"><br /><br />'Event-<br />Private Sub vscroll1_Change()<br />Picture1.Top = -VScroll1.Value<br />End Sub<br /><br />problem screen<br /><br /><br /><img src="uploads/grangblue/2005-02-27_164644_problem_image.JPG" border="0"><br /><br />how can i bring the toolbar to front? <img border="0" src="http://forum.codejock.com/smileys/smiley9.gif" border="0"> ]]>
   </description>
   <pubDate>Sun, 27 Feb 2005 16:48:16 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=1867&amp;PID=5427&amp;title=toolbar-zorder#5427</guid>
  </item> 
 </channel>
</rss>