CopyToClipboard function Does Not Work
Posted: 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
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