<?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 : License for Dynamic loading OCX</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Suite Pro : License for Dynamic loading OCX]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Wed, 27 May 2026 12:34:43 +0000</pubDate>
  <lastBuildDate>Wed, 20 Oct 2004 08:09:54 +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=505</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[License for Dynamic loading OCX : Maybe you could try this:  Each...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=505&amp;PID=3569&amp;title=license-for-dynamic-loading-ocx#3569</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=369">SuperMario</a><br /><strong>Subject:</strong> 505<br /><strong>Posted:</strong> 20 October 2004 at 8:09am<br /><br />Maybe you could try this:<br><br>Each of the controls now have a "License" property where you can load the license information in your program.<br><br>CommandBarsGlobalSettings.License = "Line 1" &amp; vbCrLf &amp; "Line 2" &amp; vbCrLf &amp; "Line etc..."<br>SuiteControlsGlobalSettings.License = "Line 1" &amp; vbCrLf &amp; "Line 2" &amp; vbCrLf &amp; "Line etc..."<br>etc...<br><br>The "License" property is a string that holds the lines of text of the corresponding license file.<br>]]>
   </description>
   <pubDate>Wed, 20 Oct 2004 08:09:54 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=505&amp;PID=3569&amp;title=license-for-dynamic-loading-ocx#3569</guid>
  </item> 
  <item>
   <title><![CDATA[License for Dynamic loading OCX : I have no problem with CJ components,...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=505&amp;PID=1269&amp;title=license-for-dynamic-loading-ocx#1269</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=219">jiri</a><br /><strong>Subject:</strong> 505<br /><strong>Posted:</strong> 09 March 2004 at 9:26am<br /><br /><P>I have no problem with CJ components, that are placed "directly" to form in design mode. Also I have no problem with CJ components, that are placed "directly" to&nbsp;my own OCX&nbsp;in design mode.</P><P>Problem with license is in this situation:</P><P>I have 2&nbsp;my ActiveX controls (a.ocx and b.ocx)</P><P>a.ocx contain CodeJock Component</P><P>b.ocx contain a.ocx</P><P><strong><FONT color=#ff0000>b</FONT><FONT color=#ff0000><FONT color=#ff0000>.</FONT>ocx is loaded in runtime</FONT></strong></P><P>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Set frm.x = frm.Controls.Add("ClassNameofB_ocx", "objName")<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Set frm.PrivateInt = frm.x.object<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; frm.x.Visible = True<BR></P><P>In this case is probem with license.</P><P>Thanks for answer</P><P>jiri</P><P>&nbsp;</P><P>&nbsp;</P><span style="font-size:10px"><br /><br />Edited by jiri</span>]]>
   </description>
   <pubDate>Tue, 09 Mar 2004 09:26:04 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=505&amp;PID=1269&amp;title=license-for-dynamic-loading-ocx#1269</guid>
  </item> 
  <item>
   <title><![CDATA[License for Dynamic loading OCX : You only need to add reference...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=505&amp;PID=1268&amp;title=license-for-dynamic-loading-ocx#1268</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 505<br /><strong>Posted:</strong> 09 March 2004 at 9:14am<br /><br />You only need to add reference to Xtreme Suite Controls. lic file will be included automatically.]]>
   </description>
   <pubDate>Tue, 09 Mar 2004 09:14:18 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=505&amp;PID=1268&amp;title=license-for-dynamic-loading-ocx#1268</guid>
  </item> 
  <item>
   <title><![CDATA[License for Dynamic loading OCX : How can I add license for Codejock...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=505&amp;PID=1266&amp;title=license-for-dynamic-loading-ocx#1266</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=219">jiri</a><br /><strong>Subject:</strong> 505<br /><strong>Posted:</strong> 09 March 2004 at 3:20am<br /><br /><P>How can I add license for Codejock controls placed on my own dynamic loaded OCX component? (VB6)</P><P>It works only on PC with installed Codejock Suite (developer's PC)</P><P>&nbsp;</P><P>Thanks for answer</P><P>Jiiri</P>]]>
   </description>
   <pubDate>Tue, 09 Mar 2004 03:20:41 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=505&amp;PID=1266&amp;title=license-for-dynamic-loading-ocx#1266</guid>
  </item> 
 </channel>
</rss>