<?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 : Help with licencing and installer</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Suite Pro : Help with licencing and installer]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Sun, 26 Apr 2026 13:45:32 +0000</pubDate>
  <lastBuildDate>Fri, 24 Feb 2006 09:09:32 +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=3701</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[Help with licencing and installer : Ok, I&amp;#039;ve got this working...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=3701&amp;PID=11173&amp;title=help-with-licencing-and-installer#11173</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1773">glennj</a><br /><strong>Subject:</strong> 3701<br /><strong>Posted:</strong> 24 February 2006 at 9:09am<br /><br /><P>Ok, I've got this working finally! <IMG src="http://forum.codejock.com/smileys/smiley1.gif" border="0"></P><P>Turns out I was doing two things wrong... </P><P>1) The OCX components should have been set to "Self Register" (vsdrfCOMSelfReg)</P><P>2) I needed to include the licence in the program... example as follows for those also try to do this.</P><P>----------------------------------</P><FONT size=2><P></FONT><FONT color=#0000ff size=2>Public</FONT><FONT size=2> CalendarGlobalSettings </FONT><FONT color=#0000ff size=2>As</FONT><FONT size=2> XtremeCalendarControl.CalendarGlobalSettings</P><P></FONT><FONT color=#0000ff size=2>Public</FONT><FONT size=2> CommandBarsGlobalSettings </FONT><FONT color=#0000ff size=2>As</FONT><FONT size=2> XtremeCommandBars.CommandBarsGlobalSettings</P><P></FONT><FONT color=#0000ff size=2>Public</FONT><FONT size=2> DockingPaneGlobalSettings </FONT><FONT color=#0000ff size=2>As</FONT><FONT size=2> XtremeDockingPane.DockingPaneGlobalSettings</P><P></FONT><FONT color=#0000ff size=2>Public</FONT><FONT size=2> PropertyGridGlobalSettings </FONT><FONT color=#0000ff size=2>As</FONT><FONT size=2> XtremePropertyGrid.PropertyGridGlobalSettings</P><P></FONT><FONT color=#0000ff size=2>Public</FONT><FONT size=2> ReportControlGlobalSettings </FONT><FONT color=#0000ff size=2>As</FONT><FONT size=2> XtremeReportControl.ReportControlGlobalSettings</P><P></FONT><FONT color=#0000ff size=2>Public</FONT><FONT size=2> ShortcutBarGlobalSettings </FONT><FONT color=#0000ff size=2>As</FONT><FONT size=2> XtremeShortcutBar.ShortcutBarGlobalSettings</P><P></FONT><FONT color=#0000ff size=2>Public</FONT><FONT size=2> SuiteControlsGlobalSettings </FONT><FONT color=#0000ff size=2>As</FONT><FONT size=2> XtremeSuiteControls.SuiteControlsGlobalSettings</P><P></FONT><FONT color=#0000ff size=2>Public</FONT><FONT size=2> TaskPanelGlobalSettings </FONT><FONT color=#0000ff size=2>As</FONT><FONT size=2> XtremeTaskPanel.TaskPanelGlobalSettings</P></FONT><FONT size=2><P>#</FONT><FONT color=#0000ff size=2>Region</FONT><FONT size=2> " Windows Form Designer generated code "</P><P></FONT><FONT color=#0000ff size=2>Public</FONT><FONT size=2> </FONT><FONT color=#0000ff size=2>Sub</FONT><FONT size=2> </FONT><FONT color=#0000ff size=2>New</FONT><FONT size=2>()</P><P></FONT><FONT color=#0000ff size=2>MyBase</FONT><FONT size=2>.New()</P><P></FONT><FONT color=#008000 size=2>'Register Components</P></FONT><FONT size=2><P>CalendarGlobalSettings = </FONT><FONT color=#0000ff size=2>New</FONT><FONT size=2> XtremeCalendarControl.CalendarGlobalSettings</P><P>CalendarGlobalSettings.License = ID.CJ_LIC_1</P><P>CommandBarsGlobalSettings = </FONT><FONT color=#0000ff size=2>New</FONT><FONT size=2> XtremeCommandBars.CommandBarsGlobalSettings</P><P>CommandBarsGlobalSettings.License = ID.CJ_LIC_2</P><P>DockingPaneGlobalSettings = </FONT><FONT color=#0000ff size=2>New</FONT><FONT size=2> XtremeDockingPane.DockingPaneGlobalSettings</P><P>DockingPaneGlobalSettings.License = ID.CJ_LIC_3</P><P>PropertyGridGlobalSettings = </FONT><FONT color=#0000ff size=2>New</FONT><FONT size=2> XtremePropertyGrid.PropertyGridGlobalSettings</P><P>PropertyGridGlobalSettings.License = ID.CJ_LIC_4</P><P>ReportControlGlobalSettings = </FONT><FONT color=#0000ff size=2>New</FONT><FONT size=2> XtremeReportControl.ReportControlGlobalSettings</P><P>ReportControlGlobalSettings.License = ID.CJ_LIC_5</P><P>ShortcutBarGlobalSettings = </FONT><FONT color=#0000ff size=2>New</FONT><FONT size=2> XtremeShortcutBar.ShortcutBarGlobalSettings</P><P>ShortcutBarGlobalSettings.License = ID.CJ_LIC_6</P><P>SuiteControlsGlobalSettings = </FONT><FONT color=#0000ff size=2>New</FONT><FONT size=2> XtremeSuiteControls.SuiteControlsGlobalSettings</P><P>SuiteControlsGlobalSettings.License = ID.CJ_LIC_7</P><P>TaskPanelGlobalSettings = </FONT><FONT color=#0000ff size=2>New</FONT><FONT size=2> XtremeTaskPanel.TaskPanelGlobalSettings</P><P>TaskPanelGlobalSettings.License = ID.CJ_LIC_8</P><P>&nbsp;</P><P></FONT><FONT color=#008000 size=2>'This call is required by the Windows Form Designer.</P></FONT><FONT size=2><P>InitializeComponent()</P></FONT><P>----------------------------------</P><P>Where ID.CJ_LIC_1 etc are your licence strings..</P><P>Glenn</P>]]>
   </description>
   <pubDate>Fri, 24 Feb 2006 09:09:32 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=3701&amp;PID=11173&amp;title=help-with-licencing-and-installer#11173</guid>
  </item> 
  <item>
   <title><![CDATA[Help with licencing and installer : Hi I&amp;#039;m running VB.Net 2003...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=3701&amp;PID=11164&amp;title=help-with-licencing-and-installer#11164</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1773">glennj</a><br /><strong>Subject:</strong> 3701<br /><strong>Posted:</strong> 24 February 2006 at 7:57am<br /><br /><P>Hi</P><P>I'm running VB.Net 2003 and have created an application using these ActiveX controls. I now want to distribute the application but am having some problems.</P><P>I make an installer using Visual Studio and it installs fine on my test PC, but when I try to run the program it errors going on about licencing.</P><P>Do I need to include the licences inside the program? If so, can someone provide an example of how best to do this (in VB.Net)?</P><P>Also, my installer includes not only the OCX files for the components, but also the DLL's... should it need the DLL's or not?</P><P>Many thanks</P>]]>
   </description>
   <pubDate>Fri, 24 Feb 2006 07:57:40 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=3701&amp;PID=11164&amp;title=help-with-licencing-and-installer#11164</guid>
  </item> 
 </channel>
</rss>