<?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 : Task Panel</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Task Panel : Last 10 Posts]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Sun, 19 Apr 2026 08:33:49 +0000</pubDate>
  <lastBuildDate>Fri, 28 Oct 2016 11:04:00 +0000</lastBuildDate>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Web Wiz Forums 12.04</generator>
  <ttl>30</ttl>
  <WebWizForums:feedURL>forum.codejock.com/RSS_topic_feed.asp?FID=107</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[Task Panel : [solved] System.InvalidOperationException, license]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=23170&amp;PID=75247&amp;title=solved-system-invalidoperationexception-license#75247</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1869">redoc</a><br /><strong>Subject:</strong> &#091;solved&#093; System.InvalidOperationException, license<br /><strong>Posted:</strong> 28 October 2016 at 11:04am<br /><br />Hi Oleksandr,<div><br></div><div>As I mentioned in my post I did include the license information in the initialization of the form for the XtremeTaskPanel.TaskPanelGlobalSettings, exactly as it shows in the LIC file but that didn't resolve the problem.</div><div><br></div><div>I did hear from support at CodeJock this morning and they suggested including the LIC file in the same path as the OCX and that has resolved the problem.</div>]]>
   </description>
   <pubDate>Fri, 28 Oct 2016 11:04:00 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=23170&amp;PID=75247&amp;title=solved-system-invalidoperationexception-license#75247</guid>
  </item> 
  <item>
   <title><![CDATA[Task Panel : [solved] System.InvalidOperationException, license]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=23170&amp;PID=75246&amp;title=solved-system-invalidoperationexception-license#75246</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=8730">olebed</a><br /><strong>Subject:</strong> &#091;solved&#093; System.InvalidOperationException, license<br /><strong>Posted:</strong> 28 October 2016 at 10:59am<br /><br />Hello,<br><br><div>I suppose that you forgot to include information about license. You can hardcode the first 3 lines of a <b>.LIC</b> file during either application initialization (Sub Main) or form initialization, it's important to make it before any other interaction with the component. Below is example for&nbsp;<span style="line-height: 16.8px;">CommandBars</span><span style="line-height: 1.4;">&nbsp;(VB.NET Code) from documentation:</span></div><div><table width="99%"><tr><td><pre class="BBcode">Public Sub New()</div><div><br></div><div>&nbsp; MyBase.New()</div><div><br></div><div>&nbsp; Dim CommandBarsSettings As _</div><div>&nbsp; &nbsp; XtremeCommandBars.CommandBarsGlobalSettingsClass = _</div><div>&nbsp; &nbsp; New XtremeCommandBars.CommandBarsGlobalSettingsClass</div><div><br></div><div>&nbsp; CommandBarsSettings.License = "CommandBars Control Copyright (c) " + _</div><div>&nbsp; "2003-2014 Codejock Software" + ControlChars.CrLf + "PRODUCT-ID: " + _</div><div>&nbsp; "Codejock.CommandBars.ActiveX.v16.3" + ControlChars.CrLf + _</div><div>&nbsp; "VALIDATE-CODE: XXX-XXX-XXX-XXX"</div><div><br></div><div>&nbsp; 'This call is required by the Windows Form Designer.</div><div>&nbsp; InitializeComponent()</div><div><br></div><div>&nbsp; 'Add any initialization after the InitializeComponent() call</div><div>End Sub</pre></td></tr></table><br><div><br></div><div>You will need to provide the correct Product Id and Validate Code. This information can be found in the LIC file. The LIC file is located in the same location as the OCX file. By default, the location of the OCX and LIC file is the "..\Codejock Software\ActiveX\Xtreme Suite\Bin" for the Suite Pro installation. This code should be placed in the Form_Initialize event of the main form.&nbsp;</div><div><br></div><div>IMPORTANT: The LIC must match EXACTLY down to carriage returns, line feeds and CASE, this is one of the most common mistakes made when embedding license information. The other common mistake is to not replace the "X"'s in the sample code or not updating the license information when upgrading versions.</div><br>Or you need to copy .LIC file to application location.<br><br>Regards,<br>&nbsp;Oleksandr Lebed</div>]]>
   </description>
   <pubDate>Fri, 28 Oct 2016 10:59:33 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=23170&amp;PID=75246&amp;title=solved-system-invalidoperationexception-license#75246</guid>
  </item> 
  <item>
   <title><![CDATA[Task Panel : [solved] System.InvalidOperationException, license]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=23170&amp;PID=75243&amp;title=solved-system-invalidoperationexception-license#75243</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1869">redoc</a><br /><strong>Subject:</strong> &#091;solved&#093; System.InvalidOperationException, license<br /><strong>Posted:</strong> 27 October 2016 at 7:34am<br /><br />I have a VB.NET project with single form that contains a single Task Panel and no other controls or code, other than setting the&nbsp;XtremeTaskPanel.TaskPanelGlobalSettings to the information in my LIC file (based on a post that I read from the Articles and Tutorials page on this website) and I'm using a registered copy of the CodeJock products, v17.<div><br></div><div>When I run the compiled application on my development computer everything runs fine, but when I run it on any other computer whether it's 32bit or 64bit regardless of which OS it's running I receive a System.InvalidOperationException exception before the form ever loads. &nbsp;I've copied the Codejock.TaskPanel.v17.2.0.ocx file into the EXE path and registered it, as well as copying both the AxInterop.XtremeTaskPanel.dll and Interop.XtremeTaskPanel.dll files into the same path.&nbsp;</div><div><br></div><div>I assume I need to include some other files with the EXE but I'm not sure what they would be.</div>]]>
   </description>
   <pubDate>Thu, 27 Oct 2016 07:34:07 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=23170&amp;PID=75243&amp;title=solved-system-invalidoperationexception-license#75243</guid>
  </item> 
  <item>
   <title><![CDATA[Task Panel : Use Fixed Theme]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=15466&amp;PID=54232&amp;title=use-fixed-theme#54232</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4205">dennissmits</a><br /><strong>Subject:</strong> Use Fixed Theme<br /><strong>Posted:</strong> 27 October 2009 at 8:42am<br /><br />Hi Oleg,<DIV>&nbsp;</DIV><DIV>Thanks for the response, i will have a look at this product.</DIV><DIV>&nbsp;</DIV><DIV>Dennis</DIV>]]>
   </description>
   <pubDate>Tue, 27 Oct 2009 08:42:23 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=15466&amp;PID=54232&amp;title=use-fixed-theme#54232</guid>
  </item> 
  <item>
   <title><![CDATA[Task Panel : Use Fixed Theme]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=15466&amp;PID=54221&amp;title=use-fixed-theme#54221</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> Use Fixed Theme<br /><strong>Posted:</strong> 27 October 2009 at 7:28am<br /><br />Hi,<DIV>&nbsp;</DIV><DIV>you can try our SkinFramework ActiveX for that.</DIV>]]>
   </description>
   <pubDate>Tue, 27 Oct 2009 07:28:41 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=15466&amp;PID=54221&amp;title=use-fixed-theme#54221</guid>
  </item> 
  <item>
   <title><![CDATA[Task Panel : Use Fixed Theme]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=15466&amp;PID=54220&amp;title=use-fixed-theme#54220</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4205">dennissmits</a><br /><strong>Subject:</strong> Use Fixed Theme<br /><strong>Posted:</strong> 27 October 2009 at 7:22am<br /><br /><P>Hello,</P><DIV>How can I change the Theme behavior of the Taskpanel that is uses a Fixed Theme e.g. NativeWinXP.</DIV><DIV>&nbsp;</DIV><DIV>What i would like to do is to use this theme so my application is always the same even if users change the Theme of their computer.</DIV><DIV>&nbsp;</DIV><DIV>Has anybody a idea how to do this..</DIV><DIV>&nbsp;</DIV><DIV>My thought are to run the application in NativeWinXP theme, check alle the color themes and save them so i can manually set them.</DIV><DIV>&nbsp;</DIV><DIV>thanks</DIV><DIV>&nbsp;</DIV><DIV>Dennis</DIV>]]>
   </description>
   <pubDate>Tue, 27 Oct 2009 07:22:10 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=15466&amp;PID=54220&amp;title=use-fixed-theme#54220</guid>
  </item> 
  <item>
   <title><![CDATA[Task Panel : Sorting the groupitems]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=15303&amp;PID=53651&amp;title=sorting-the-groupitems#53651</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4205">dennissmits</a><br /><strong>Subject:</strong> Sorting the groupitems<br /><strong>Posted:</strong> 06 October 2009 at 10:05am<br /><br /><P>Hello,</P><DIV>Is there a way of sorting the groupItems of a taskpanel group?</DIV><DIV>&nbsp;</DIV><DIV>My situation is that i have 2 groups.</DIV><DIV>Group1 :&nbsp;My unhandled items</DIV><DIV>Group2 : My items</DIV><DIV>&nbsp;</DIV><DIV>Group 1 contains all new available items and group 2 contains the items already read. So i want to switch items from group1 to group 2. The groups need to be sorted.</DIV><DIV>&nbsp;</DIV><DIV>Hopefully you can point me into the right direction</DIV><DIV>&nbsp;</DIV><DIV>Thanks,</DIV><DIV><BR>Dennis</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV>]]>
   </description>
   <pubDate>Tue, 06 Oct 2009 10:05:12 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=15303&amp;PID=53651&amp;title=sorting-the-groupitems#53651</guid>
  </item> 
  <item>
   <title><![CDATA[Task Panel : GropColors]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=15271&amp;PID=53543&amp;title=gropcolors#53543</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4823">codschock</a><br /><strong>Subject:</strong> GropColors<br /><strong>Posted:</strong> 30 September 2009 at 8:02am<br /><br />Hello, how can i change GroupColor? The PaintManager.GroupColors-property is protected.<br><br>Regards<br>]]>
   </description>
   <pubDate>Wed, 30 Sep 2009 08:02:56 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=15271&amp;PID=53543&amp;title=gropcolors#53543</guid>
  </item> 
  <item>
   <title><![CDATA[Task Panel : Visual Studio 2008 Express]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=11573&amp;PID=45763&amp;title=visual-studio-2008-express#45763</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=369">SuperMario</a><br /><strong>Subject:</strong> Visual Studio 2008 Express<br /><strong>Posted:</strong> 23 February 2009 at 9:29am<br /><br />I updated the evaluation page with new installers.&nbsp; LMK if they work for you.   ]]>
   </description>
   <pubDate>Mon, 23 Feb 2009 09:29:09 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=11573&amp;PID=45763&amp;title=visual-studio-2008-express#45763</guid>
  </item> 
  <item>
   <title><![CDATA[Task Panel : Visual Studio 2008 Express]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=11573&amp;PID=45572&amp;title=visual-studio-2008-express#45572</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3348">jmls</a><br /><strong>Subject:</strong> Visual Studio 2008 Express<br /><strong>Posted:</strong> 17 February 2009 at 4:58pm<br /><br />has there been any updates on this control ?]]>
   </description>
   <pubDate>Tue, 17 Feb 2009 16:58:09 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=11573&amp;PID=45572&amp;title=visual-studio-2008-express#45572</guid>
  </item> 
 </channel>
</rss>