<?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 : control names</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : General Discussion : control names]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Wed, 13 May 2026 23:49:06 +0000</pubDate>
  <lastBuildDate>Mon, 07 Jul 2008 11:27:35 +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=11324</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[control names : Hi,  Thanks for reply.  No...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=11324&amp;PID=37902&amp;title=control-names#37902</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3701">Aaron</a><br /><strong>Subject:</strong> 11324<br /><strong>Posted:</strong> 07 July 2008 at 11:27am<br /><br />Hi,<DIV>&nbsp;</DIV><DIV>Thanks for reply.</DIV><DIV>&nbsp;</DIV><DIV>No I don't use CJ&nbsp;Suite controls, I'm using only&nbsp;MS controls <img src="https://forum.codejock.com/smileys/smiley9.gif" border="0">&nbsp;</DIV><DIV>SuperMario set me on the wrong foot by saying that VB should not get confused with the labels (MS/CJ). But it's the same thing with MS Treeview (MSCOMCTL / COMCTL32). This will remind me if I'm going to use CJ controls that I&nbsp;always have to add the library name <img src="https://forum.codejock.com/smileys/smiley2.gif" border="0"></DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV>]]>
   </description>
   <pubDate>Mon, 07 Jul 2008 11:27:35 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=11324&amp;PID=37902&amp;title=control-names#37902</guid>
  </item> 
  <item>
   <title><![CDATA[control names : Hi Aaron,  Did you ever try...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=11324&amp;PID=37890&amp;title=control-names#37890</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4049">Lodep59</a><br /><strong>Subject:</strong> 11324<br /><strong>Posted:</strong> 07 July 2008 at 9:34am<br /><br />Hi Aaron,<DIV>&nbsp;</DIV><DIV>Did you ever try to add a CJ Treeview on a project with existing MSComctl components ?</DIV><DIV>&nbsp;</DIV><DIV>If you wrote some subs like this :</DIV><DIV>&nbsp;</DIV><DIV><FONT face="Courier New, Courier, mono">Public Sub FillTreeView(TV As TreeView)</FONT></DIV><DIV>&nbsp;</DIV><DIV>for vb, "TV" is common control treview and not a CJ Treeview. Attributes and members are not the same and on compilation, vb says "Type Mismatch" (think it's the error message in english, error code = 13).</DIV><DIV>&nbsp;</DIV><DIV>In this case, you have to change the declaration :</DIV><DIV>&nbsp;</DIV><DIV><FONT face="Courier New, Courier, mono">Public Sub FillTreeView(TV As <strong><FONT color=#3300ff>XtremeSuiteControls.</FONT></strong>TreeView)</FONT></DIV><DIV>&nbsp;</DIV><DIV>That's why, for me, it's very important to add the Library Name before the control type on the code.</DIV><DIV>&nbsp;</DIV><DIV>Hope this help (and that&nbsp;i&nbsp;understand your question <img src="https://forum.codejock.com/smileys/smiley9.gif" border="0">)</DIV><DIV>&nbsp;</DIV><DIV>Regards,</DIV><DIV>&nbsp;</DIV>]]>
   </description>
   <pubDate>Mon, 07 Jul 2008 09:34:48 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=11324&amp;PID=37890&amp;title=control-names#37890</guid>
  </item> 
  <item>
   <title><![CDATA[control names :   ijwelch wrote:I don&amp;#039;t...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=11324&amp;PID=37885&amp;title=control-names#37885</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3701">Aaron</a><br /><strong>Subject:</strong> 11324<br /><strong>Posted:</strong> 07 July 2008 at 7:01am<br /><br /><table width="99%"><tr><td class="BBquote"><img src="forum_images/quote_box.png" title="Originally posted by ijwelch" alt="Originally posted by ijwelch" style="vertical-align: text-bottom;" /> <strong>ijwelch wrote:</strong><br /><br />I don't think you can.<BR><BR>You don't need to though. e.g.<BR><BR>Dim obj1 As <B>XtremeSuiteControls</B>.ComboBox<BR>Dim obj2 As <B>VB</B>.ComboBox<BR><BR></td></tr></table> <DIV>&nbsp;</DIV><DIV>&nbsp;</DIV><DIV>Hi,</DIV><DIV>&nbsp;</DIV><DIV>There are a few posts about this and why you have to add the library name now?</DIV><DIV>&nbsp;</DIV><DIV><a href="http://forum.codejock.com/forum_posts.asp?TID=10931" target="_blank">http://forum.codejock.com/forum_posts.asp?TID=10931</A></DIV><DIV><a href="http://forum.codejock.com/forum_posts.asp?TID=10990" target="_blank">http://forum.codejock.com/forum_posts.asp?TID=10990</A></DIV><DIV>&nbsp;</DIV><DIV>Can someone explain to me why...</DIV>]]>
   </description>
   <pubDate>Mon, 07 Jul 2008 07:01:55 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=11324&amp;PID=37885&amp;title=control-names#37885</guid>
  </item> 
  <item>
   <title><![CDATA[control names : u r the man  ]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=11324&amp;PID=37879&amp;title=control-names#37879</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4310">fc41</a><br /><strong>Subject:</strong> 11324<br /><strong>Posted:</strong> 07 July 2008 at 5:54am<br /><br />u r the man&nbsp;<img src="http://forum.codejock.com/smileys/smiley20.gif" border="0" align="absmiddle">]]>
   </description>
   <pubDate>Mon, 07 Jul 2008 05:54:26 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=11324&amp;PID=37879&amp;title=control-names#37879</guid>
  </item> 
  <item>
   <title><![CDATA[control names :  I don&amp;#039;t think you can.You...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=11324&amp;PID=37877&amp;title=control-names#37877</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2113">ijwelch</a><br /><strong>Subject:</strong> 11324<br /><strong>Posted:</strong> 07 July 2008 at 5:51am<br /><br />I don't think you can.<br><br>You don't need to though. e.g.<br><br>Dim obj1 As <b>XtremeSuiteControls</b>.ComboBox<br>Dim obj2 As <b>VB</b>.ComboBox<br><br>]]>
   </description>
   <pubDate>Mon, 07 Jul 2008 05:51:04 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=11324&amp;PID=37877&amp;title=control-names#37877</guid>
  </item> 
  <item>
   <title><![CDATA[control names : i need to change cj control names.cos...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=11324&amp;PID=37876&amp;title=control-names#37876</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4310">fc41</a><br /><strong>Subject:</strong> 11324<br /><strong>Posted:</strong> 07 July 2008 at 5:23am<br /><br />i need to change cj control names.<br>cos combobox and checkbox duplicate vb control names.<br>is it possible to change?<br>]]>
   </description>
   <pubDate>Mon, 07 Jul 2008 05:23:33 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=11324&amp;PID=37876&amp;title=control-names#37876</guid>
  </item> 
 </channel>
</rss>