Search found 7 matches
- Wed Dec 09, 2009 4:17 pm
- Forum: ActiveX
- Topic: Name 'Steema' is not declared and similar errors
- Replies: 9
- Views: 12178
Re: Name 'Steema' is not declared and similar errors
I'll put one together. Thanks.
- Wed Dec 09, 2009 3:49 pm
- Forum: ActiveX
- Topic: Name 'Steema' is not declared and similar errors
- Replies: 9
- Views: 12178
Re: Name 'Steema' is not declared and similar errors
I didn't drop it onto a form. I have an older desktop app written in VB6 that I'm trying to now make available via a browser. I'm hoping to do it with either xbap or ActiveX. Right now I'm just trying to get the code to compile in a .NET environment. I've added the references to the dlls but the cod...
- Tue Dec 08, 2009 3:31 am
- Forum: ActiveX
- Topic: TeeChart.Styles.Points
- Replies: 1
- Views: 3482
TeeChart.Styles.Points
What's the current way to write this? I'm upgrading an app from an older version of TeeCharts.
Thanks.
Code: Select all
.Series.Add(New TeeChart.Styles.Points)
- Mon Dec 07, 2009 9:35 pm
- Forum: ActiveX
- Topic: Name 'Steema' is not declared and similar errors
- Replies: 9
- Views: 12178
Re: Name 'Steema' is not declared and similar errors
That's exactly where I looked. I have no Interop.TeeChart.dll in the directory. Is that the dll I need in order to make the errors go away?
- Sat Dec 05, 2009 10:08 pm
- Forum: ActiveX
- Topic: Name 'Steema' is not declared and similar errors
- Replies: 9
- Views: 12178
Re: Name 'Steema' is not declared and similar errors
The code that I'm converting looks like this. With CType(.Series(PlotLines.Away), TeeChart.ILineSeries) .Title = "Away" .Color = Color.Blue .XValues.Order = Steema.TeeChart.Styles.Ascending .LinePen.Width = 1 .ColorEachLine = True .Visible = options.ThingsToPlot.Away End With With CType(.Series(Plot...
- Sat Dec 05, 2009 10:04 pm
- Forum: ActiveX
- Topic: Name 'Steema' is not declared and similar errors
- Replies: 9
- Views: 12178
Re: Name 'Steema' is not declared and similar errors
I have AxInterop.TeeChart.dll but not Interop.TeeChart.dll. Where is it located? Does it come with the ActiveX version? My plan at the moment is to take the old desktop application and use xbap to make it available via the web. Will the dlls that are available with the ActiveX version license allow ...
- Tue Nov 24, 2009 3:31 am
- Forum: ActiveX
- Topic: Name 'Steema' is not declared and similar errors
- Replies: 9
- Views: 12178
Name 'Steema' is not declared and similar errors
I'm using VS2008 Pro Version 9.0.30729.1 SP with .NET 3.5 SP1. I've got a project that used to be a VB6 app, but now needs to run in .NET. I upgraded the solution/project to the version of VS that I'm using. But the code doesn't want to compile. I've added TeeChart.dll and AxInterop.TeeChart.dll as ...