CopyToClipboard function Does Not Work

TeeChart for Microsoft Visual Studio .NET, Xamarin Studio (Android, iOS & Forms) & Monodevelop.
Post Reply
OilMan
Newbie
Newbie
Posts: 7
Joined: Wed Dec 27, 2000 5:00 am
Location: Calgary, Canada
Contact:

CopyToClipboard function Does Not Work

Post by OilMan » Wed Oct 20, 2004 4:07 pm

Hello,

I am using TeeChart for Visual Studio .NET 2002 Build 1.0.1544.23908, with the following code:

Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
Dim ch1 As Steema.TeeChart.Chart = WebChart1.Chart
ch1.Export.Image.JPEG.CopyToClipboard()
End Sub

This does not work. Are there updated versions of TeeChart for Visual Studio .NET 2002, or another way of doing this?


Regards,

G

Christopher
Site Admin
Site Admin
Posts: 1349
Joined: Thu Jan 01, 1970 12:00 am
Location: Riudellots de la Selva, Catalonia
Contact:

Post by Christopher » Fri Oct 29, 2004 9:27 am

Hi --
This does not work. Are there updated versions of TeeChart for Visual Studio .NET 2002, or another way of doing this?
This issue has been resolved in the maintenance release which should become available next week.
Thank you!

Christopher Ireland (Steema crew)
Please be aware of the newsgroup archives:
http://www.teechart.net/support/search.php
http://groups.google.com
http://codenewsfast.com/

Post Reply