<?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 : Copy chart to clipboard</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Chart Control : Copy chart to clipboard]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Wed, 13 May 2026 21:35:28 +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>360</ttl>
  <WebWizForums:feedURL>forum.codejock.com/RSS_post_feed.asp?TID=24584</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[Copy chart to clipboard : Hello,I&amp;#039;ve checked ChartBrowser...]]></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> 24584<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[Copy chart to clipboard :  HI,We just upgraded from v15...]]></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> 24584<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> 
 </channel>
</rss>