VB.Net

TeeChart for Microsoft Visual Studio .NET, Xamarin Studio (Android, iOS & Forms) & Monodevelop.
Post Reply
Kev
Newbie
Newbie
Posts: 8
Joined: Tue Apr 08, 2003 4:00 am
Location: Southampton, UK
Contact:

VB.Net

Post by Kev » Wed Mar 30, 2005 3:34 pm

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.

Narcís
Site Admin
Site Admin
Posts: 14730
Joined: Mon Jun 09, 2003 4:00 am
Location: Banyoles, Catalonia
Contact:

Post by Narcís » Thu Mar 31, 2005 10:17 am

Hi Kev,
Do Steema have any plans to release a VB.Net native version of TeeChart?
I'm afraid not as we already have TeeChart for .NET which is 100% written in C# managed code.
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.
No, you can use TeeChart for .NET using any .NET language (i.e.: VB.NET).
Best Regards,
Narcís Calvet / Development & Support
Steema Software
Avinguda Montilivi 33, 17003 Girona, Catalonia
Tel: 34 972 218 797
http://www.steema.com
Image Image Image Image Image Image
Instructions - How to post in this forum

Kev
Newbie
Newbie
Posts: 8
Joined: Tue Apr 08, 2003 4:00 am
Location: Southampton, UK
Contact:

Post by Kev » Thu Mar 31, 2005 1:21 pm

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.

Narcís
Site Admin
Site Admin
Posts: 14730
Joined: Mon Jun 09, 2003 4:00 am
Location: Banyoles, Catalonia
Contact:

Post by Narcís » Thu Mar 31, 2005 1:47 pm

Hi 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.
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.
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?
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.
Best Regards,
Narcís Calvet / Development & Support
Steema Software
Avinguda Montilivi 33, 17003 Girona, Catalonia
Tel: 34 972 218 797
http://www.steema.com
Image Image Image Image Image Image
Instructions - How to post in this forum

Kev
Newbie
Newbie
Posts: 8
Joined: Tue Apr 08, 2003 4:00 am
Location: Southampton, UK
Contact:

Post by Kev » Fri Apr 01, 2005 9:20 am

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.

Narcís
Site Admin
Site Admin
Posts: 14730
Joined: Mon Jun 09, 2003 4:00 am
Location: Banyoles, Catalonia
Contact:

Post by Narcís » Fri Apr 01, 2005 9:31 am

Hi Kev,

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
Image Image Image Image Image Image
Instructions - How to post in this forum

Kev
Newbie
Newbie
Posts: 8
Joined: Tue Apr 08, 2003 4:00 am
Location: Southampton, UK
Contact:

Post by Kev » Fri Apr 01, 2005 1:07 pm

I can run it but I see nothing except some text when I click on "ASP Script demo". Clicking on 'WebForm demo' just seems to open the file in VS.Net

Thanks,

Kev.

Narcís
Site Admin
Site Admin
Posts: 14730
Joined: Mon Jun 09, 2003 4:00 am
Location: Banyoles, Catalonia
Contact:

Post by Narcís » Mon Apr 04, 2005 9:43 am

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.
Best Regards,
Narcís Calvet / Development & Support
Steema Software
Avinguda Montilivi 33, 17003 Girona, Catalonia
Tel: 34 972 218 797
http://www.steema.com
Image Image Image Image Image Image
Instructions - How to post in this forum

Kev
Newbie
Newbie
Posts: 8
Joined: Tue Apr 08, 2003 4:00 am
Location: Southampton, UK
Contact:

Post by Kev » Mon Apr 04, 2005 10:33 am

I can open the page ok but the results I get are as described above.

Any ideas?

Thanks,

Kev.

Narcís
Site Admin
Site Admin
Posts: 14730
Joined: Mon Jun 09, 2003 4:00 am
Location: Banyoles, Catalonia
Contact:

Post by Narcís » Mon Apr 04, 2005 10:48 am

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.
Best Regards,
Narcís Calvet / Development & Support
Steema Software
Avinguda Montilivi 33, 17003 Girona, Catalonia
Tel: 34 972 218 797
http://www.steema.com
Image Image Image Image Image Image
Instructions - How to post in this forum

Kev
Newbie
Newbie
Posts: 8
Joined: Tue Apr 08, 2003 4:00 am
Location: Southampton, UK
Contact:

Post by Kev » Mon Apr 04, 2005 12:24 pm

>> 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

Narcís
Site Admin
Site Admin
Posts: 14730
Joined: Mon Jun 09, 2003 4:00 am
Location: Banyoles, Catalonia
Contact:

Post by Narcís » Mon Apr 04, 2005 12:44 pm

Hi Kev,
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#
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.
Best Regards,
Narcís Calvet / Development & Support
Steema Software
Avinguda Montilivi 33, 17003 Girona, Catalonia
Tel: 34 972 218 797
http://www.steema.com
Image Image Image Image Image Image
Instructions - How to post in this forum

Kev
Newbie
Newbie
Posts: 8
Joined: Tue Apr 08, 2003 4:00 am
Location: Southampton, UK
Contact:

Post by Kev » Mon Apr 04, 2005 3:17 pm

I've done that already but I don't seem to have VB examples of WebForm1, just C#.

Should I try a re-install or is there a more recent version of the installer that i need to download (mine seems to think the version is 0.0.0.0!) ?

any thoughts?

TIA,

Kev.

Kev
Newbie
Newbie
Posts: 8
Joined: Tue Apr 08, 2003 4:00 am
Location: Southampton, UK
Contact:

Post by Kev » Mon Apr 04, 2005 3:35 pm

Ok, I've downloaded the lastest version of the installer and this has fixed my problem - I now have VB examples!!

Thanks for your help - I shouldn't have to contact you again (at least on this subject!) as at least I've got a starting point now.

Regards,

Kev.

Narcís
Site Admin
Site Admin
Posts: 14730
Joined: Mon Jun 09, 2003 4:00 am
Location: Banyoles, Catalonia
Contact:

Post by Narcís » Tue Apr 05, 2005 8:02 am

Hi Kev,

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
Image Image Image Image Image Image
Instructions - How to post in this forum

Post Reply