<?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 Setting</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Suite Pro : License Setting]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Wed, 22 Apr 2026 10:00:08 +0000</pubDate>
  <lastBuildDate>Thu, 27 Sep 2007 15:03:13 +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=8168</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 Setting : Hi,  If you use vb6 - you don&amp;#039;t...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=8168&amp;PID=26546&amp;title=license-setting#26546</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 8168<br /><strong>Posted:</strong> 27 September 2007 at 3:03pm<br /><br /><DIV>Hi,</DIV><DIV>&nbsp;</DIV><DIV>If you use vb6 - you don't need add anything, vb6 will automatically insert license to exe (if you use controls in form) . In .NET you need manually change it each time :(</DIV>]]>
   </description>
   <pubDate>Thu, 27 Sep 2007 15:03:13 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=8168&amp;PID=26546&amp;title=license-setting#26546</guid>
  </item> 
  <item>
   <title><![CDATA[License Setting : I&amp;#039;d like to ask a question...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=8168&amp;PID=26502&amp;title=license-setting#26502</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3128">Bernie</a><br /><strong>Subject:</strong> 8168<br /><strong>Posted:</strong> 27 September 2007 at 2:20am<br /><br />I'd like to ask a question not relating to the original one.<DIV>Is it required every time to asign the correct value of .License when I create and distribute a STAND-ALONE .EXE program in the client machine?</DIV>]]>
   </description>
   <pubDate>Thu, 27 Sep 2007 02:20:44 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=8168&amp;PID=26502&amp;title=license-setting#26502</guid>
  </item> 
  <item>
   <title><![CDATA[License Setting : Hi,  Yes, you need add license...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=8168&amp;PID=26498&amp;title=license-setting#26498</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 8168<br /><strong>Posted:</strong> 27 September 2007 at 1:24am<br /><br />Hi,<DIV>&nbsp;</DIV><DIV>Yes, you need add license strings.</DIV><DIV>Something like:</DIV><DIV>&nbsp;</DIV><DIV>Set GS = CreateObject("<strong>Codejock.SuiteControlsGlobalSettings.11.2.0</strong>")<BR>&nbsp;&nbsp;&nbsp; GS.<SPAN ="highlight">License</SPAN> = "Suite Controls Copyright (c) 2003-2007 Codejock Software<BR>" + vbCrLf + "PRODUCT-ID: Codejock.Controls.ActiveX.v11.2" + vbCrLf + "VALIDATE-CODE: XXX-XXX-XXX-XXX"<BR></DIV>]]>
   </description>
   <pubDate>Thu, 27 Sep 2007 01:24:49 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=8168&amp;PID=26498&amp;title=license-setting#26498</guid>
  </item> 
  <item>
   <title><![CDATA[License Setting : Hi,I need to create TaskDialog...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=8168&amp;PID=26460&amp;title=license-setting#26460</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1687">cybeh</a><br /><strong>Subject:</strong> 8168<br /><strong>Posted:</strong> 26 September 2007 at 1:55am<br /><br />Hi,<br><br>I need to create TaskDialog dynamically in my DLL which I will not place any OCX (As I am having code below in the module file, and not form).<br><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Set TD = CreateObject("Codejock.TaskDialog.11.2.0")<br><br>And I do aware of I need to get some global lic.<br><br>My question is, how could I do that under a modCodejockLic?<br><br>So that I do not need to set the license all the time? Beside that, I could only find the example something like this<br>Set GS = CreateObject("Codejock.CalendarGlobalSettings.11.1.3")<br>&nbsp;&nbsp;&nbsp; GS.<span ="highlight">License</span>= "Calendar Control Copyright (c) 2003-2007 Codejock Software" + vbCrLf+ "PRODUCT-ID: Codejock.Calendar.ActiveX.v11.1" + vbCrLf +"VALIDATE-CODE: XXX-XXX-XXX-XXX"<br>&nbsp;&nbsp;&nbsp; Set pDatePicker = CreateObject("Codejock.DatePicker." + GS.Version)<br><br>How could I change that for TaskDialog? Thanks in advance.<br><br><br>]]>
   </description>
   <pubDate>Wed, 26 Sep 2007 01:55:55 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=8168&amp;PID=26460&amp;title=license-setting#26460</guid>
  </item> 
 </channel>
</rss>