VB.Net
VB.Net
Do Steema have any plans to release a VB.Net native version of TeeChart?
I'm just starting to use the .Net version of the software for the first time and I presume that I can only use C# code.
Would appreciate if someone can confirm this and answer the first question. Thanks.
I'm just starting to use the .Net version of the software for the first time and I presume that I can only use C# code.
Would appreciate if someone can confirm this and answer the first question. Thanks.
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Hi Kev,
I'm afraid not as we already have TeeChart for .NET which is 100% written in C# managed code.Do Steema have any plans to release a VB.Net native version of TeeChart?
No, you can use TeeChart for .NET using any .NET language (i.e.: VB.NET).I'm just starting to use the .Net version of the software for the first time and I presume that I can only use C# code.
Best Regards,
Narcís Calvet / Development & Support Steema Software Avinguda Montilivi 33, 17003 Girona, Catalonia Tel: 34 972 218 797 http://www.steema.com |
Instructions - How to post in this forum |
Thanks for the reply.
Since my original post, I've looked into this a bit more. I understand that I can store the c# code in a class library project and then reference this from a VB project.
However, having set this up in the normal way, I'm struggling to build graphs in my VB project - do you have any sample code?
TIA,
Kev.
Since my original post, I've looked into this a bit more. I understand that I can store the c# code in a class library project and then reference this from a VB project.
However, having set this up in the normal way, I'm struggling to build graphs in my VB project - do you have any sample code?
TIA,
Kev.
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Hi Kev,
It's much easier, just download the binary installer from our customer download area, run it and you will already find TeeChart components in the Steema tab at VS.NET Toolbar.Since my original post, I've looked into this a bit more. I understand that I can store the c# code in a class library project and then reference this from a VB project.
Yes, if you look into the TeeChart tutorials you will find the code in C# and VB.NET. Thet tutorials can be found at the TeeChart program group created by the binary installer.However, having set this up in the normal way, I'm struggling to build graphs in my VB project - do you have any sample code?
Best Regards,
Narcís Calvet / Development & Support Steema Software Avinguda Montilivi 33, 17003 Girona, Catalonia Tel: 34 972 218 797 http://www.steema.com |
Instructions - How to post in this forum |
Ok, I think I got mixed up initially and didn't realise that I could code directly in VB - I thought I had to use C#
However, having set up the components in VS.Net & installed the chart software on my developer client and the server, I get nothing when my web page when it loads, just a red cross where the chart should be.
I've set the TempChart property to Session and I've converted the required C# example in Tutorial 9 to VB and included this in the Page_Load event, but still nothing.
Any ideas? Any help would be greatly appreciated.
However, having set up the components in VS.Net & installed the chart software on my developer client and the server, I get nothing when my web page when it loads, just a red cross where the chart should be.
I've set the TempChart property to Session and I've converted the required C# example in Tutorial 9 to VB and included this in the Page_Load event, but still nothing.
Any ideas? Any help would be greatly appreciated.
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Hi Kev,
Can you run the "ASP Server Examples" available at the TeeChart Program group?
Thanks in advance.
Can you run the "ASP Server Examples" available at the TeeChart Program group?
Thanks in advance.
Best Regards,
Narcís Calvet / Development & Support Steema Software Avinguda Montilivi 33, 17003 Girona, Catalonia Tel: 34 972 218 797 http://www.steema.com |
Instructions - How to post in this forum |
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Hi Kev,
Can you please open the web page below?
C:\Program Files\Steema Software\TeeChart for .NET v1\TeeChartForNET\DemoHome.htm
Please notice that this is the default english installation path.
Can you please open the web page below?
C:\Program Files\Steema Software\TeeChart for .NET v1\TeeChartForNET\DemoHome.htm
Please notice that this is the default english installation path.
Best Regards,
Narcís Calvet / Development & Support Steema Software Avinguda Montilivi 33, 17003 Girona, Catalonia Tel: 34 972 218 797 http://www.steema.com |
Instructions - How to post in this forum |
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Hi Kev,
Could you please check the following points?
1) Creating a VB.NET Webform application (without TeeChart) and run it properly?
2) If 1) works fine, could you please open one of the TeeChart VB.NET Webforms example:
C:\Program Files\Steema Software\TeeChart for .NET v1\Examples\Web\TeeChartNET\WebFormVB\WebFormVB.vbproj
3) If 1) doesn't work it means it's a problem with your server (security, permissions, ...). In that case we may be able to help you if you report us the error you get.
Could you please check the following points?
1) Creating a VB.NET Webform application (without TeeChart) and run it properly?
2) If 1) works fine, could you please open one of the TeeChart VB.NET Webforms example:
C:\Program Files\Steema Software\TeeChart for .NET v1\Examples\Web\TeeChartNET\WebFormVB\WebFormVB.vbproj
3) If 1) doesn't work it means it's a problem with your server (security, permissions, ...). In that case we may be able to help you if you report us the error you get.
Best Regards,
Narcís Calvet / Development & Support Steema Software Avinguda Montilivi 33, 17003 Girona, Catalonia Tel: 34 972 218 797 http://www.steema.com |
Instructions - How to post in this forum |
>> 1) Creating a VB.NET Webform application (without TeeChart) and run >> it properly?
This works fine.
>> 2) If 1) works fine, could you please open one of the TeeChart
>> VB.NET Webforms example:
>> C:\Program Files\Steema Software\TeeChart for .NET v1
>> \Examples\Web\TeeChartNET\WebFormVB\WebFormVB.vbproj
Interestingly I don't seem to have the 'Web' directory and hence not the WebFormVB project - probably why I'm struggling
Although, I setup a virtual web which mapped on to the C:\Program Files\Steema Software\TeeChart for .NET v1\TeeChartForNET\WebForm directory and I can view some basic graphs ok - however, all of the 'codebehind' is in C#
TIA,
Kev
This works fine.
>> 2) If 1) works fine, could you please open one of the TeeChart
>> VB.NET Webforms example:
>> C:\Program Files\Steema Software\TeeChart for .NET v1
>> \Examples\Web\TeeChartNET\WebFormVB\WebFormVB.vbproj
Interestingly I don't seem to have the 'Web' directory and hence not the WebFormVB project - probably why I'm struggling
Although, I setup a virtual web which mapped on to the C:\Program Files\Steema Software\TeeChart for .NET v1\TeeChartForNET\WebForm directory and I can view some basic graphs ok - however, all of the 'codebehind' is in C#
TIA,
Kev
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Hi Kev,
Ok, you should create a virtual directory pointing to C:\Program Files\Steema Software\TeeChart for .NET v1\TeeChartForNET and then try to open a VB.NET example.Although, I setup a virtual web which mapped on to the C:\Program Files\Steema Software\TeeChart for .NET v1\TeeChartForNET\WebForm directory and I can view some basic graphs ok - however, all of the 'codebehind' is in C#
Best Regards,
Narcís Calvet / Development & Support Steema Software Avinguda Montilivi 33, 17003 Girona, Catalonia Tel: 34 972 218 797 http://www.steema.com |
Instructions - How to post in this forum |
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Hi Kev,
I'm glad to hear finally everything worked fine.
I'm glad to hear finally everything worked fine.
Best Regards,
Narcís Calvet / Development & Support Steema Software Avinguda Montilivi 33, 17003 Girona, Catalonia Tel: 34 972 218 797 http://www.steema.com |
Instructions - How to post in this forum |