<?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 : Chart Control</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Chart Control : Last 10 Posts]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Mon, 20 Apr 2026 06:36:42 +0000</pubDate>
  <lastBuildDate>Wed, 21 Jan 2026 07:48:46 +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=165</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[Chart Control : Copy chart to clipboard]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=24584&amp;PID=79325&amp;title=copy-chart-to-clipboard#79325</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=9012">agontarenko</a><br /><strong>Subject:</strong> Copy chart to clipboard<br /><strong>Posted:</strong> 21 January 2026 at 7:48am<br /><br /><div>Hello,</div><div><br></div><div>I've checked ChartBrowser sample 24.3v and try to 'File -&gt; Copy To Clipboard' then paste into paint. All works as exected.</div><div>This is function from sample. May be you use old method.</div><div><br></div><div>Private Sub cmdCopyToClipboard_Click()<br>&nbsp; &nbsp; If ActiveChartControl.CopyToClipboard(ActiveChartControl.Width, ActiveChartControl.Height) Then<br>&nbsp; &nbsp; &nbsp; &nbsp; MsgBox "Chart image has been copied to clipboard", vbInformation<br>&nbsp; &nbsp; Else<br>&nbsp; &nbsp; &nbsp; &nbsp; MsgBox "Chart image has not been copied to clipboard due to internal error", vbExclamation<br>&nbsp; &nbsp; End If<br>&nbsp; &nbsp; &nbsp; &nbsp;&nbsp;<br>End Sub</div><div><br></div><div>Use please&nbsp;ActiveChartControl.CopyToClipboard function istead you code</div><div><br></div><div>Regards,</div><div>Artem Gontarenko</div>]]>
   </description>
   <pubDate>Wed, 21 Jan 2026 07:48:46 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=24584&amp;PID=79325&amp;title=copy-chart-to-clipboard#79325</guid>
  </item> 
  <item>
   <title><![CDATA[Chart Control : Loving Codejock&#039;s charting]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=24607&amp;PID=79289&amp;title=loving-codejocks-charting#79289</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=7021">KayEll</a><br /><strong>Subject:</strong> Loving Codejock&#039;s charting<br /><strong>Posted:</strong> 03 October 2025 at 8:51am<br /><br /><div>There used to be a Gallery subforum here, but it's gone now.. so decided to post this here..</div><div><br></div><div>We use Codejock's chart control in our software and wanted to let everyone know how cool it is... this screenshot &amp; video shows how we use it now.</div><div><br></div><div>YouTube video here:</div><div><a href="https://youtube.com/shorts/P9m94CCpakM" target="_blank" rel="nofollow">https://youtube.com/shorts/P9m94CCpakM</a><br></div><div><br><img src="https://www.komodolabs.com/wp-c&#111;ntent/uploads/slitheris_screenshot2.png" border="0" /><br></div><div style="text-align: left;"><a href="https://www.komodolabs.com/wp-c&#111;ntent/uploads/slitheris_screenshot_large.png" target="_blank" rel="nofollow">Full Screen Here</a></div>]]>
   </description>
   <pubDate>Fri, 03 Oct 2025 08:51:12 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=24607&amp;PID=79289&amp;title=loving-codejocks-charting#79289</guid>
  </item> 
  <item>
   <title><![CDATA[Chart Control : Copy chart to clipboard]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=24584&amp;PID=79236&amp;title=copy-chart-to-clipboard#79236</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=9724">wopag</a><br /><strong>Subject:</strong> Copy chart to clipboard<br /><strong>Posted:</strong> 22 July 2025 at 2:58am<br /><br /><div><br></div><div><br></div><div>HI,</div><div><br></div><div>We just upgraded from v15 to 24 version.&nbsp; We are just getting over the differences in the versions but have noticed that the copy to clipboard method we were using no longer works.</div><div><br></div><div><br></div><div><table width="99%"><tr><td><pre class="BBcode"></div><div><div>&nbsp; &nbsp; Clipboard.Clear</div><div>&nbsp; &nbsp; DoEvents</div><div>&nbsp; &nbsp; Picture1.Cls</div><div>&nbsp; &nbsp; Picture1.Width = Me.ChartControl.Width</div><div>&nbsp; &nbsp; Picture1.Height = Me.ChartControl.Height</div><div>&nbsp; &nbsp; Me.ChartControl.PrintToDC Picture1.hDC, -1, -1, Me.ChartControl.Width / Screen.TwipsPerPixelX, Me.ChartControl.Height / Screen.TwipsPerPixelY</div><div>&nbsp; &nbsp; Clipboard.SetData Picture1.Image, vbCFBitmap</div></div><div><br></div><div><br></div><div></pre></td></tr></table></div><div><br></div><div><br></div><div>Using a a 3d Pie chart only copies the legend - it ignores the chart?</div><div><br></div><div>/Stu</div><div><br></div>]]>
   </description>
   <pubDate>Tue, 22 Jul 2025 02:58:55 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=24584&amp;PID=79236&amp;title=copy-chart-to-clipboard#79236</guid>
  </item> 
  <item>
   <title><![CDATA[Chart Control : Activation?]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=24503&amp;PID=79013&amp;title=activation#79013</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=8199">astoyan</a><br /><strong>Subject:</strong> Activation?<br /><strong>Posted:</strong> 07 October 2024 at 9:27am<br /><br />Hello,&nbsp;<div><br></div><div>The retail ActiveX components have no online activation or any other online activities, they only require a one time local COM server registration during installation. Read more details about deployment process here -&nbsp;<a href="https://codejock.com/support/help/view_article.asp?id=60" target="_blank" rel="nofollow">https://codejock.com/support/help/view_article.asp?id=60</a></div><div><br></div><div>Regards,</div><div>&nbsp; Alexander</div>]]>
   </description>
   <pubDate>Mon, 07 Oct 2024 09:27:11 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=24503&amp;PID=79013&amp;title=activation#79013</guid>
  </item> 
  <item>
   <title><![CDATA[Chart Control : Activation?]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=24503&amp;PID=79001&amp;title=activation#79001</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=9674">FrontierDK</a><br /><strong>Subject:</strong> Activation?<br /><strong>Posted:</strong> 17 September 2024 at 3:34pm<br /><br /><div>Hi all.</div><div><br></div><div>I just tried running the demo version, and noticed that it registered online. Even after uninstalling, just registering a single DLL and using it in VBscript caused it to again register online.</div><div><br></div><div>So my question is: if one buys the Codejock suite for ActiveX, will it require to activate online? And if it can't, the DLLs are useless?</div>]]>
   </description>
   <pubDate>Tue, 17 Sep 2024 15:34:07 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=24503&amp;PID=79001&amp;title=activation#79001</guid>
  </item> 
  <item>
   <title><![CDATA[Chart Control : FlowGraph issue with &quot;Save as image&quot;]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=24455&amp;PID=78854&amp;title=flowgraph-issue-with-save-as-image#78854</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=9648">adjiza</a><br /><strong>Subject:</strong> FlowGraph issue with &quot;Save as image&quot;<br /><strong>Posted:</strong> 01 February 2024 at 6:15am<br /><br /><div>Hi,</div><div><br></div><div>I'm interested to include in my program a simple organization chart.</div><div><br></div><div>I've been playng whit the FlowGraphSample.exe and I've created it (attached Organigrama.xml).</div><div><br></div><div>The organization chart is displayed as expected in FlowGraphSample.exe (see attached CodejockFlowGraphSample.png)</div><div><br></div><div>But when I use the option "Save as image", the bitmap is not complete, it is truncated (see attached Organigrama.png)</div><div><br></div><div>Any idea about this issue?</div><div><br></div><div><a href="https://forum.codejock.com/uploads/9648/Organigrama.rar" target="_blank" rel="nofollow">uploads/9648/Organigrama.rar</a></div>]]>
   </description>
   <pubDate>Thu, 01 Feb 2024 06:15:30 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=24455&amp;PID=78854&amp;title=flowgraph-issue-with-save-as-image#78854</guid>
  </item> 
  <item>
   <title><![CDATA[Chart Control : Export to Excel]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=24321&amp;PID=78514&amp;title=export-to-excel#78514</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=9569">VictorCasajuanaMas</a><br /><strong>Subject:</strong> Export to Excel<br /><strong>Posted:</strong> 25 August 2022 at 3:46am<br /><br />Hello All!!<div><br></div><div>Can export a ChartPro Control to Excel file?</div><div><br></div><div>thanks!</div>]]>
   </description>
   <pubDate>Thu, 25 Aug 2022 03:46:07 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=24321&amp;PID=78514&amp;title=export-to-excel#78514</guid>
  </item> 
  <item>
   <title><![CDATA[Chart Control : Chart Pro Load From File]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=24093&amp;PID=77934&amp;title=chart-pro-load-from-file#77934</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=9400">Benestrophe</a><br /><strong>Subject:</strong> Chart Pro Load From File<br /><strong>Posted:</strong> 17 November 2020 at 6:16pm<br /><br />I am trying to load a file from Chart Builder with the following:<div><br></div><div><div>if io_propexchange.loadfromfile("c:\temp\chart.xml") then</div><div><span style="white-space:pre">	</span>chart.content.DoPropExchange(io_propexchange) ;</div><div>else</div><div><span style="white-space:pre">	</span>messagebox(lstr.s_event, "Load from file failed.") ;</div><div>end if</div></div><div><br></div><div>but it fails. Any help is greatly appreciated. Thank you.</div>]]>
   </description>
   <pubDate>Tue, 17 Nov 2020 18:16:54 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=24093&amp;PID=77934&amp;title=chart-pro-load-from-file#77934</guid>
  </item> 
  <item>
   <title><![CDATA[Chart Control : Chart Pro Tool Tips]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=24092&amp;PID=77933&amp;title=chart-pro-tool-tips#77933</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=9400">Benestrophe</a><br /><strong>Subject:</strong> Chart Pro Tool Tips<br /><strong>Posted:</strong> 17 November 2020 at 6:12pm<br /><br /><span style=": rgb248, 248, 252;">I am trying to enable tool tips with the following: chart.enabletooltips(true) but it appears to have no effect. Any information is greatly appreciated. Thank you.</span>]]>
   </description>
   <pubDate>Tue, 17 Nov 2020 18:12:34 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=24092&amp;PID=77933&amp;title=chart-pro-tool-tips#77933</guid>
  </item> 
  <item>
   <title><![CDATA[Chart Control : 3D Charts in v19.1]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=23936&amp;PID=77565&amp;title=3d-charts-in-v19-1#77565</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=8199">astoyan</a><br /><strong>Subject:</strong> 3D Charts in v19.1<br /><strong>Posted:</strong> 05 January 2020 at 6:56pm<br /><br />3D charts are equally demonstrated in all Chart C++, C#, VB.NET and VB6 samples. You don't need to port it from C++.]]>
   </description>
   <pubDate>Sun, 05 Jan 2020 18:56:44 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=23936&amp;PID=77565&amp;title=3d-charts-in-v19-1#77565</guid>
  </item> 
 </channel>
</rss>