<?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 : Way to add Picture in Corner</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Command Bars : Way to add Picture in Corner]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Thu, 11 Jun 2026 16:52:44 +0000</pubDate>
  <lastBuildDate>Wed, 28 May 2008 20:57:28 +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=10800</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[Way to add Picture in Corner : Try this:Dim oBar As XtremeCommandBars.CommandBarDim...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=10800&amp;PID=35947&amp;title=way-to-add-picture-in-corner#35947</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2113">ijwelch</a><br /><strong>Subject:</strong> 10800<br /><strong>Posted:</strong> 28 May 2008 at 8:57pm<br /><br />Try this:<br><br><font color="#006600">Dim oBar As XtremeCommandBars.CommandBar<br>Dim oCtl As XtremeCommandBars.CommandBarControl<br><br>Set oBar = CommandBars1.AddMenuBar("Main Menu")<br>Set oCtl = oBar.Controls.Add(xtpControlLabel, 1000, "")<br>oCtl.Flags = xtpFlagRightAlign<br><br><font color="#000000">You'll need to change id to match the id of icon you want to show.<br><br>If you want image to be 'clickable' then add xtpControlButton rather than xtpControlLabel.<br><br>Animating is something I haven't attempted yet.<br></font></font>]]>
   </description>
   <pubDate>Wed, 28 May 2008 20:57:28 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=10800&amp;PID=35947&amp;title=way-to-add-picture-in-corner#35947</guid>
  </item> 
  <item>
   <title><![CDATA[Way to add Picture in Corner : Hi,   Oh, do mean that one.  It...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=10800&amp;PID=35914&amp;title=way-to-add-picture-in-corner#35914</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3701">Aaron</a><br /><strong>Subject:</strong> 10800<br /><strong>Posted:</strong> 28 May 2008 at 11:01am<br /><br />Hi, <DIV>&nbsp;</DIV><DIV>Oh, do mean that one.</DIV><DIV>&nbsp;</DIV><DIV>It looks like it's a toolbar control with picture. If you right click the image you get a popupmenu with&nbsp;available toolbars&nbsp;of the window. </DIV><DIV>&nbsp;</DIV><DIV>Maybe there is someone who already did this and will show you his/her code. If not, you have to do it yourself and its not that easy...</DIV><DIV>&nbsp;</DIV><DIV>I guess I would add a toolbar with just one control, set&nbsp;</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;&nbsp;&nbsp; .Style = xtpButtonIcon</DIV><DIV>&nbsp;&nbsp;&nbsp; .Enabled =&nbsp;False</DIV><DIV>&nbsp;</DIV><DIV>dock the toolbar on the same "row" as the mainmenu is (you have to set CommandBars.ActiveMenuBar.EnableDocking xtpFlagStretchedShared otherwise you can't dock on same "row")&nbsp;and you have remain that position even as you resize the form. </DIV><DIV>&nbsp;</DIV><DIV>Hope it will help you, Good luck <img src="https://forum.codejock.com/smileys/smiley2.gif" border="0"></DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV>]]>
   </description>
   <pubDate>Wed, 28 May 2008 11:01:00 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=10800&amp;PID=35914&amp;title=way-to-add-picture-in-corner#35914</guid>
  </item> 
  <item>
   <title><![CDATA[Way to add Picture in Corner : ok so you have a menu bar and...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=10800&amp;PID=35909&amp;title=way-to-add-picture-in-corner#35909</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4091">ackshun</a><br /><strong>Subject:</strong> 10800<br /><strong>Posted:</strong> 28 May 2008 at 8:44am<br /><br />ok so you have a menu bar and a toolbar at the top of the screen, also in the top right hand corner of the form you have a logo in the top right portion of the form. Look at internet explorer. How in the top right hand corner you have the world in the corner and when you goto a website it animates. How would I get a picture in the right corner of the form? Like I said it is in the corner of ie, my computer or windows explorer, and in firefox.]]>
   </description>
   <pubDate>Wed, 28 May 2008 08:44:31 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=10800&amp;PID=35909&amp;title=way-to-add-picture-in-corner#35909</guid>
  </item> 
  <item>
   <title><![CDATA[Way to add Picture in Corner : Hi,  In the corner of what?...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=10800&amp;PID=35894&amp;title=way-to-add-picture-in-corner#35894</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3701">Aaron</a><br /><strong>Subject:</strong> 10800<br /><strong>Posted:</strong> 28 May 2008 at 12:48am<br /><br />Hi,<DIV>&nbsp;</DIV><DIV>In the corner of what? You have to be more specific <img src="https://forum.codejock.com/smileys/smiley2.gif" border="0"></DIV>]]>
   </description>
   <pubDate>Wed, 28 May 2008 00:48:27 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=10800&amp;PID=35894&amp;title=way-to-add-picture-in-corner#35894</guid>
  </item> 
  <item>
   <title><![CDATA[Way to add Picture in Corner : is there a way to add a picture...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=10800&amp;PID=35873&amp;title=way-to-add-picture-in-corner#35873</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4091">ackshun</a><br /><strong>Subject:</strong> 10800<br /><strong>Posted:</strong> 27 May 2008 at 12:08pm<br /><br />is there a way to add a picture in the corner like in windows explorer, ie, or firefox. If so can someone give me an example?]]>
   </description>
   <pubDate>Tue, 27 May 2008 12:08:01 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=10800&amp;PID=35873&amp;title=way-to-add-picture-in-corner#35873</guid>
  </item> 
 </channel>
</rss>