<?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 : Can I?</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Command Bars : Can I?]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Sun, 14 Jun 2026 15:20:18 +0000</pubDate>
  <lastBuildDate>Thu, 25 Feb 2010 11:13:59 +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=16243</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[Can I? : thank you very much ]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=16243&amp;PID=57066&amp;title=can-i#57066</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1884">moe188</a><br /><strong>Subject:</strong> 16243<br /><strong>Posted:</strong> 25 February 2010 at 11:13am<br /><br />thank you very much <img src="http://forum.codejock.com/smileys/smiley32.gif" border="0">]]>
   </description>
   <pubDate>Thu, 25 Feb 2010 11:13:59 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=16243&amp;PID=57066&amp;title=can-i#57066</guid>
  </item> 
  <item>
   <title><![CDATA[Can I? :    Private Sub Form_Load()  Dim...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=16243&amp;PID=57065&amp;title=can-i#57065</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3745">JantjeKeizer</a><br /><strong>Subject:</strong> 16243<br /><strong>Posted:</strong> 25 February 2010 at 11:12am<br /><br /><br />&#091;code=VB&#093;<br /><br />Private Sub Form_Load()<br /><br />&nbsp;&nbsp;&nbsp;&nbsp;Dim MarkupText As String<br />&nbsp;&nbsp;&nbsp;&nbsp;Dim Icon&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;As String<br /><br />&nbsp;&nbsp;&nbsp;&nbsp;ListBox1.EnableMarkup = True<br />&nbsp;&nbsp;&nbsp;&nbsp;ListBox1.Appearance = xtpAppearanceOffice2007<br /><br />&nbsp;&nbsp;&nbsp;&nbsp;Icon = "C:\Program Files (x86)\Codejock Software\ActiveX\Xtreme SuitePro ActiveX v13.2.1\Samples\Controls\VB\SuiteControls\Icons\CjSample.ico"<br /><br />&nbsp;&nbsp;&nbsp;&nbsp;MarkupText = " &lt;Grid&gt; "<br />&nbsp;&nbsp;&nbsp;&nbsp;MarkupText = MarkupText & "&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;Grid Margin=""45,0,0,0"" Name=""Grid1""&gt; "<br />&nbsp;&nbsp;&nbsp;&nbsp;MarkupText = MarkupText & "&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;Grid.RowDefinitions&gt; "<br />&nbsp;&nbsp;&nbsp;&nbsp;MarkupText = MarkupText & "&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;  &lt;RowDefinition Height=""25*"" /&gt; "<br />&nbsp;&nbsp;&nbsp;&nbsp;MarkupText = MarkupText & "&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;  &lt;RowDefinition Height=""75*"" /&gt; "<br />&nbsp;&nbsp;&nbsp;&nbsp;MarkupText = MarkupText & "&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;/Grid.RowDefinitions&gt; "<br />&nbsp;&nbsp;&nbsp;&nbsp;MarkupText = MarkupText & "&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;TextBlock FontWeight=""Bold"" Height=""21"" Text=""Title"" Grid.Row=""0""/&gt; "<br />&nbsp;&nbsp;&nbsp;&nbsp;MarkupText = MarkupText & "&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;TextBlock Height=""50"" Text=""This is a long text and is about nothing... blablablabla boooooooooooo!"" TextWrapping=""Wrap""  Grid.Row=""1"" /&gt; "<br />&nbsp;&nbsp;&nbsp;&nbsp;MarkupText = MarkupText & "&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;/Grid&gt; "<br />&nbsp;&nbsp;&nbsp;&nbsp;MarkupText = MarkupText & "&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;Image HorizontalAlignment=""Left"" Width =""36"" Height=""36"" Stretch=""Fill"" Width=""40"" Source=""file://" & Icon & """/&gt; "<br />&nbsp;&nbsp;&nbsp;&nbsp;MarkupText = MarkupText & "&nbsp;&nbsp;&nbsp;&nbsp;&lt;/Grid&gt; "<br /><br />&nbsp;&nbsp;&nbsp;&nbsp;ListBox1.AddItem MarkupText<br />&nbsp;&nbsp;&nbsp;&nbsp;ListBox1.AddItem MarkupText<br />&nbsp;&nbsp;&nbsp;&nbsp;ListBox1.AddItem MarkupText<br />&nbsp;&nbsp;&nbsp;&nbsp;ListBox1.AddItem MarkupText<br />&nbsp;&nbsp;&nbsp;&nbsp;ListBox1.AddItem MarkupText<br />&nbsp;&nbsp;&nbsp;&nbsp;ListBox1.AddItem MarkupText<br />End Sub<br />&#091;/code&#093;<br /><br />Sloppy markupcode, but it's up to you to make it nice]]>
   </description>
   <pubDate>Thu, 25 Feb 2010 11:12:39 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=16243&amp;PID=57065&amp;title=can-i#57065</guid>
  </item> 
  <item>
   <title><![CDATA[Can I? : hi, I am missing something then,...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=16243&amp;PID=57061&amp;title=can-i#57061</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1884">moe188</a><br /><strong>Subject:</strong> 16243<br /><strong>Posted:</strong> 25 February 2010 at 8:23am<br /><br /><P>hi,</P><DIV>I am missing something then, can you please post a small code?</DIV><DIV>thank you<img src="http://forum.codejock.com/smileys/smiley9.gif" border="0"></DIV>]]>
   </description>
   <pubDate>Thu, 25 Feb 2010 08:23:57 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=16243&amp;PID=57061&amp;title=can-i#57061</guid>
  </item> 
  <item>
   <title><![CDATA[Can I? : This is possible with markup and...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=16243&amp;PID=57049&amp;title=can-i#57049</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3745">JantjeKeizer</a><br /><strong>Subject:</strong> 16243<br /><strong>Posted:</strong> 24 February 2010 at 6:10pm<br /><br />This is possible with markup and the listbox]]>
   </description>
   <pubDate>Wed, 24 Feb 2010 18:10:57 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=16243&amp;PID=57049&amp;title=can-i#57049</guid>
  </item> 
  <item>
   <title><![CDATA[Can I? : Hi, I do have an application...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=16243&amp;PID=57041&amp;title=can-i#57041</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1884">moe188</a><br /><strong>Subject:</strong> 16243<br /><strong>Posted:</strong> 24 February 2010 at 12:46pm<br /><br />Hi,<DIV>I do have an application where I am using a Toolbar + gallery, but it's not the same. I am looking for a listbox if its' possible <img src="http://forum.codejock.com/smileys/smiley1.gif" border="0"></DIV><DIV>thank you</DIV>]]>
   </description>
   <pubDate>Wed, 24 Feb 2010 12:46:33 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=16243&amp;PID=57041&amp;title=can-i#57041</guid>
  </item> 
  <item>
   <title><![CDATA[Can I? : Hi,  You can also try our CommandBars...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=16243&amp;PID=57007&amp;title=can-i#57007</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 16243<br /><strong>Posted:</strong> 23 February 2010 at 1:13am<br /><br />Hi,<DIV>&nbsp;</DIV><DIV>You can also try our CommandBars gallery - create CommandBarsFrame and add ToolBar +Gallery. search in forum, supermario attached such sample time ago.</DIV>]]>
   </description>
   <pubDate>Tue, 23 Feb 2010 01:13:32 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=16243&amp;PID=57007&amp;title=can-i#57007</guid>
  </item> 
  <item>
   <title><![CDATA[Can I? : Hi Oleg, I did check Markup page,...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=16243&amp;PID=56985&amp;title=can-i#56985</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1884">moe188</a><br /><strong>Subject:</strong> 16243<br /><strong>Posted:</strong> 22 February 2010 at 8:43am<br /><br />Hi Oleg,<DIV>I did check Markup page, but it is not the same thing at all. On the screenshot, it seems like "CXTPRibbonSystemPopupBarPage", but they using it as listbox. </DIV><DIV>Thank you <img src="http://forum.codejock.com/smileys/smiley1.gif" border="0"></DIV>]]>
   </description>
   <pubDate>Mon, 22 Feb 2010 08:43:55 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=16243&amp;PID=56985&amp;title=can-i#56985</guid>
  </item> 
  <item>
   <title><![CDATA[Can I? : Hi,  Check Markup page of SuiteControls...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=16243&amp;PID=56970&amp;title=can-i#56970</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 16243<br /><strong>Posted:</strong> 22 February 2010 at 3:21am<br /><br />Hi,<DIV>&nbsp;</DIV><DIV>Check Markup page of SuiteControls sample&nbsp;- you can make same list using markup feature.</DIV>]]>
   </description>
   <pubDate>Mon, 22 Feb 2010 03:21:42 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=16243&amp;PID=56970&amp;title=can-i#56970</guid>
  </item> 
  <item>
   <title><![CDATA[Can I? :    can I do something similar...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=16243&amp;PID=56959&amp;title=can-i#56959</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1884">moe188</a><br /><strong>Subject:</strong> 16243<br /><strong>Posted:</strong> 21 February 2010 at 5:31pm<br /><br /><img src="http://forum.codejock.com/uploads/temp/20100221_173028_demo.JPG" border="0"> <DIV></DIV><DIV></DIV><DIV></DIV>can I do something similar to this window using CJ controls? <DIV>please a sample if it's possible</DIV><DIV>Thank you <img src="http://forum.codejock.com/smileys/smiley1.gif" border="0"></DIV>]]>
   </description>
   <pubDate>Sun, 21 Feb 2010 17:31:46 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=16243&amp;PID=56959&amp;title=can-i#56959</guid>
  </item> 
 </channel>
</rss>