<?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 : Name Class of DockinkPane</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Controls : Name Class of DockinkPane]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Wed, 13 May 2026 00:08:12 +0000</pubDate>
  <lastBuildDate>Mon, 07 Jul 2008 17:40:50 +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=10990</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[Name Class of DockinkPane : This depends by design.  The...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=10990&amp;PID=37913&amp;title=name-class-of-dockinkpane#37913</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2531">Baldur</a><br /><strong>Subject:</strong> 10990<br /><strong>Posted:</strong> 07 July 2008 at 5:40pm<br /><br />This depends by design. <DIV>The classname is actually used only for us programmers.</DIV><DIV>&nbsp;</DIV><DIV>Internally the ide looks to the added components (ObjectBrowser) and use always the fully qualified classname.</DIV><DIV>&nbsp;</DIV><DIV>At runtime, the classname does nothing !</DIV><DIV>The classname would be replaced by its CLSID (Class-Id).</DIV><DIV>This is the known Universal-Class-Id defined by COM.</DIV><DIV>&nbsp;</DIV><DIV>So now in COM to create an object you need the CLSID not the Name.</DIV><DIV>But you have a helperfunction, to find the CLSID from the ClassName and for that, you need ervery time the quallified classname.</DIV><DIV>&nbsp;</DIV><DIV>Have a look with RegEdit:</DIV><DIV>&nbsp;</DIV><DIV>Under HKEY_CLASSES_ROOT you will find each qualified classname for this pc.</DIV><DIV>Each Class has a subkey with CLSID.</DIV><DIV>&nbsp;</DIV><DIV>Under HKEY_LOCAL_MACHINE\Software\Classes\CLSID you will find for each CLSID the corresponding DLL/EXE in the subkey InprocServer.</DIV><DIV>&nbsp;</DIV><DIV>This is the reason why you need adminrights to install COM-Objects.</DIV><DIV>&nbsp;</DIV><DIV>In your VB-Projectfile you will find the CLSID, Version and expected DLL/EXE.</DIV><DIV>VB-Runtime check if all this property matches.</DIV><DIV>&nbsp;</DIV><DIV>Normally COM checks only the CLSID and at runtime the available Methods and properties (see VB6 Object-Browser) also known as reflections, but not the same as .NET or Java.</DIV>]]>
   </description>
   <pubDate>Mon, 07 Jul 2008 17:40:50 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=10990&amp;PID=37913&amp;title=name-class-of-dockinkpane#37913</guid>
  </item> 
  <item>
   <title><![CDATA[Name Class of DockinkPane :   ijwelch wrote:I think it&amp;#039;s...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=10990&amp;PID=36632&amp;title=name-class-of-dockinkpane#36632</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3701">Aaron</a><br /><strong>Subject:</strong> 10990<br /><strong>Posted:</strong> 12 June 2008 at 2:32pm<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 think it's good practice for the reason given by jbpro (future maintainability) and readability.<BR><BR>I find it easier to add the library name anyway because it makes the intellisense list narrower.</td></tr></table> <DIV>&nbsp;</DIV><DIV>Hi,</DIV><DIV>&nbsp;</DIV><DIV>Ok, you guys convinced me, I will add the library name <img src="https://forum.codejock.com/smileys/smiley2.gif" border="0"></DIV><DIV>&nbsp;</DIV><DIV>Thanks</DIV>]]>
   </description>
   <pubDate>Thu, 12 Jun 2008 14:32:57 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=10990&amp;PID=36632&amp;title=name-class-of-dockinkpane#36632</guid>
  </item> 
  <item>
   <title><![CDATA[Name Class of DockinkPane : I think it&amp;#039;s good practice...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=10990&amp;PID=36592&amp;title=name-class-of-dockinkpane#36592</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2113">ijwelch</a><br /><strong>Subject:</strong> 10990<br /><strong>Posted:</strong> 11 June 2008 at 8:58pm<br /><br />I think it's good practice for the reason given by jbpro (future maintainability) and readability.<br><br>I find it easier to add the library name anyway because it makes the intellisense list narrower.]]>
   </description>
   <pubDate>Wed, 11 Jun 2008 20:58:55 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=10990&amp;PID=36592&amp;title=name-class-of-dockinkpane#36592</guid>
  </item> 
  <item>
   <title><![CDATA[Name Class of DockinkPane :   jpbro wrote:Hi Aaron,I usually...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=10990&amp;PID=36587&amp;title=name-class-of-dockinkpane#36587</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3701">Aaron</a><br /><strong>Subject:</strong> 10990<br /><strong>Posted:</strong> 11 June 2008 at 4:13pm<br /><br /><table width="99%"><tr><td class="BBquote"><img src="forum_images/quote_box.png" title="Originally posted by jpbro" alt="Originally posted by jpbro" style="vertical-align: text-bottom;" /> <strong>jpbro wrote:</strong><br /><br />Hi Aaron,<BR><BR>I usually often add the fully qualified class/object name just out of habit, but you don't need to do this unless you have referenced two ocxs/dlls that share class names. If a user has DLLs/OCXs installed that share class names internally, it won't cause a conflict unless your project specifically references those controls/libraries.<BR><BR>As for if it is wise...Well it doesn't hurt (AFAIK, maybe it takes longer to compile??? :)), and it could improve future maintainability (for example, suppose you add a conflictingly named control in the future, now you don't have to add the qualifiers to all of your references).<BR><BR><BR></td></tr></table> <DIV>&nbsp;</DIV><DIV>Hi,</DIV><DIV>&nbsp;</DIV><DIV>Thanks for your reply. I never did add the class/ object name before, just because Lucas did get a problem with DockingPanes, I wondered if it was better to do so. Maybe our support team will shed a <img src="https://forum.codejock.com/smileys/smiley38.gif" border="0"> on this <img src="https://forum.codejock.com/smileys/smiley2.gif" border="0"></DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV>]]>
   </description>
   <pubDate>Wed, 11 Jun 2008 16:13:52 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=10990&amp;PID=36587&amp;title=name-class-of-dockinkpane#36587</guid>
  </item> 
  <item>
   <title><![CDATA[Name Class of DockinkPane : Hi Aaron,I usually often add the...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=10990&amp;PID=36574&amp;title=name-class-of-dockinkpane#36574</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2676">jpbro</a><br /><strong>Subject:</strong> 10990<br /><strong>Posted:</strong> 11 June 2008 at 12:34pm<br /><br />Hi Aaron,<br><br>I usually often add the fully qualified class/object name just out of habit, but you don't need to do this unless you have referenced two ocxs/dlls that share class names. If a user has DLLs/OCXs installed that share class names internally, it won't cause a conflict unless your project specifically references those controls/libraries.<br><br>As for if it is wise...Well it doesn't hurt (AFAIK, maybe it takes longer to compile??? :)), and it could improve future maintainability (for example, suppose you add a conflictingly named control in the future, now you don't have to add the qualifiers to all of your references).<br><br><br>]]>
   </description>
   <pubDate>Wed, 11 Jun 2008 12:34:35 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=10990&amp;PID=36574&amp;title=name-class-of-dockinkpane#36574</guid>
  </item> 
  <item>
   <title><![CDATA[Name Class of DockinkPane :   Lukas wrote:Many many thanks......]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=10990&amp;PID=36552&amp;title=name-class-of-dockinkpane#36552</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3701">Aaron</a><br /><strong>Subject:</strong> 10990<br /><strong>Posted:</strong> 11 June 2008 at 8:02am<br /><br /><table width="99%"><tr><td class="BBquote"><img src="forum_images/quote_box.png" title="Originally posted by Lukas" alt="Originally posted by Lukas" style="vertical-align: text-bottom;" /> <strong>Lukas wrote:</strong><br /><br />Many many thanks... <DIV>&nbsp;</DIV><DIV>and sorry for the stupid question....</DIV><DIV>&nbsp;</DIV><DIV>Best regards...</DIV></td></tr></table> <DIV>&nbsp;</DIV><DIV>Hi,</DIV><DIV>&nbsp;</DIV><DIV>I think its not that stupid question. I didn't think of this before that it could happen as you have now. I didn't get any problems on my own PC (yet) but suppose there is other software installed on a client PC, what will happen??? </DIV><DIV>&nbsp;</DIV><DIV>But it's strange that it happened, if I look at&nbsp;the MS controls in&nbsp;mscomctl and comctl libraries they have the same classes too (CJ XtremeControls has the same classes for the standard controls as well) and one of our support members&nbsp;said (see post <a href="http://forum.codejock.com/forum_posts.asp?TID=10931" target="_blank">http://forum.codejock.com/forum_posts.asp?TID=10931</A>) that VB won't get confused&nbsp;?!?! </DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV><DIV><FONT color=#ff0000 size=2><strong>Now my question is: Is it wise to add Xtreme.... before every class/control ?</strong></FONT></DIV><DIV><strong><FONT color=#ff0000 size=2></FONT></strong>&nbsp;</DIV><DIV><FONT color=#000000 size=2>Thanks in advance and thank you Luca for bringing this up <img src="https://forum.codejock.com/smileys/smiley2.gif" border="0"></FONT></DIV>]]>
   </description>
   <pubDate>Wed, 11 Jun 2008 08:02:28 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=10990&amp;PID=36552&amp;title=name-class-of-dockinkpane#36552</guid>
  </item> 
  <item>
   <title><![CDATA[Name Class of DockinkPane : Many many thanks...  and sorry...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=10990&amp;PID=36550&amp;title=name-class-of-dockinkpane#36550</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4240">Lukas</a><br /><strong>Subject:</strong> 10990<br /><strong>Posted:</strong> 11 June 2008 at 7:15am<br /><br />Many many thanks...<DIV>&nbsp;</DIV><DIV>and sorry for the stupid question....</DIV><DIV>&nbsp;</DIV><DIV>Best regards...</DIV>]]>
   </description>
   <pubDate>Wed, 11 Jun 2008 07:15:59 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=10990&amp;PID=36550&amp;title=name-class-of-dockinkpane#36550</guid>
  </item> 
  <item>
   <title><![CDATA[Name Class of DockinkPane : Dim MENU_PANEL As XtremeDockingPane.Pane ...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=10990&amp;PID=36547&amp;title=name-class-of-dockinkpane#36547</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2113">ijwelch</a><br /><strong>Subject:</strong> 10990<br /><strong>Posted:</strong> 11 June 2008 at 6:53am<br /><br />Dim MENU_PANEL As <b>XtremeDockingPane</b>.Pane]]>
   </description>
   <pubDate>Wed, 11 Jun 2008 06:53:43 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=10990&amp;PID=36547&amp;title=name-class-of-dockinkpane#36547</guid>
  </item> 
  <item>
   <title><![CDATA[Name Class of DockinkPane : HI,  i have a big problem...  Iuse...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=10990&amp;PID=36546&amp;title=name-class-of-dockinkpane#36546</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4240">Lukas</a><br /><strong>Subject:</strong> 10990<br /><strong>Posted:</strong> 11 June 2008 at 6:28am<br /><br />HI,<DIV>&nbsp;</DIV><DIV>i have a big problem...</DIV><DIV>&nbsp;</DIV><DIV>I&nbsp;use VB6 and use a DataActiveReports to make reports</DIV><DIV>a class of DataActiveReport is named PANE</DIV><DIV>&nbsp;</DIV><DIV>I&nbsp;add a DockingPaneManager control and</DIV><DIV>when add&nbsp;the statement </DIV><DIV>&nbsp;</DIV><DIV>DIM MENU_PANEL AS PANE</DIV><DIV>&nbsp;</DIV><DIV>this "PANE" is not a class or object of CodeJock</DIV><DIV>but is DataActiveReport's Class or Object</DIV><DIV>&nbsp;</DIV><DIV>Somebody can help me...?</DIV><DIV>&nbsp;</DIV><DIV>Thanks in advance</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV>]]>
   </description>
   <pubDate>Wed, 11 Jun 2008 06:28:11 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=10990&amp;PID=36546&amp;title=name-class-of-dockinkpane#36546</guid>
  </item> 
 </channel>
</rss>