Search found 8 matches

by bsindorf
Tue Feb 14, 2006 5:17 pm
Forum: .NET
Topic: WinForms in ASP.NET?
Replies: 6
Views: 13559

What is this .ten file viewer? Does it have the capabilities that I specified above (specifically zooming similar to winforms)? Do you have an estimate of the release date time-frame (ie., the end of this month or this year)? Is it possible to do what I require (use winforms within an asp.net web pa...
by bsindorf
Mon Feb 13, 2006 4:13 pm
Forum: .NET
Topic: WinForms in ASP.NET?
Replies: 6
Views: 13559

Any new information on this topic?

Thanks.
by bsindorf
Mon Jan 30, 2006 4:08 pm
Forum: .NET
Topic: WinForms in ASP.NET?
Replies: 6
Views: 13559

I am able to create ASP.NET applications using WebForms with WebChart components, however I would like to use WinForms (windows application) within an ASP.NET web page. Some of the reasons I want to do this are: 1. I have previously created windows applications with TeeChart that I would like to reu...
by bsindorf
Fri Jan 27, 2006 6:36 pm
Forum: .NET
Topic: WinForms in ASP.NET?
Replies: 6
Views: 13559

WinForms in ASP.NET?

I have created several TeeChart.NET windows applications and I would like to be able to use these in asp.net. Is there any way to use a TeeChart windows application (WinForms) in a web browser (either a DLL or EXE)? I have tried creating a windows control library DLL file but I couldn't get it to wo...
by bsindorf
Tue Jan 17, 2006 4:59 pm
Forum: .NET
Topic: Global font setting
Replies: 1
Views: 3847

Global font setting

Is there a way to set all fonts for a TeeChart object (i.e., set all axes lables, legend, series marks, etc.) to the same font without setting each font individually? Is there one line of code that will accomplish this?

Thanks.
by bsindorf
Tue Jan 17, 2006 3:19 pm
Forum: .NET
Topic: ADO.NET Database Access Tutorial
Replies: 22
Views: 35101

Thank you for the quick response. However, there is an oleDbDataAdapter in Visual Studio 2005 (note that I am creating a windows application, not a web site). Basically what I am looking for is a tutorial for using a database with TeeChart .NET. I am new to both TeeChart and to VS.NET 2005. Are ther...
by bsindorf
Mon Jan 16, 2006 7:51 pm
Forum: .NET
Topic: ADO.NET Database Access Tutorial
Replies: 22
Views: 35101

ADO.NET Database Access Tutorial

While following Tutorial 8 (ADO.NET Database Access) I am unable to connect to a database. When I get to step 10 in the tutorial, as soon as I select "oleDbDataAdapter1[System.Data.OleDb.OleDbDataAdapter]" from the ComboBox I am immediately kicked out of the TeeChart editor and taken back to the Win...
by bsindorf
Wed Jan 11, 2006 5:55 pm
Forum: .NET
Topic: Setting Charset
Replies: 1
Views: 3896

Setting Charset

With TeeChart ActiveX v7 I could change the font and charset (in order to display Korean characters) for a label as follows: tChart1.Axis.Left.Title.Font.Name = "Arial Unicode MS" tChart1.Axis.Left.Title.Font.Charset = 129 How do I accomplish this using TeeChart .NET v2? I could not find a "Charset"...