Page Index Toggle Pages: 1 Send TopicPrint
Normal Topic Differences between FlowChartX and FlowChart.NET (Read 3132 times)
Leonardo
Guest


Differences between FlowChartX and FlowChart.NET
Sep 19th, 2005 at 2:55pm
Print Post  
Buenos días Wink

I have a question about your products:

What is the difference between FlowchartX and FlowChart.Net.?

I want to know this so I can decide which of the products y can buy and fits well with my C#.Net solution.

Thanks

Suerte

Leonardo
  
Back to top
 
IP Logged
 
Stoyo
God Member
*****
Offline


MindFusion support

Posts: 13230
Joined: Jul 20th, 2005
Re: Differences between FlowChartX and FlowChart.N
Reply #1 - Sep 19th, 2005 at 4:29pm
Print Post  
Buenas noches from here  Smiley

FlowChartX is an ActiveX control, i.e. it runs in COM containers such as VB6, Delphi or MFC apps. It can be used in .NET too via the COM interop.

FlowChart.NET is a native .NET control, as its imaginative name suggests. It's the right choice for a C# project, because with it you are getting APIs using the native .NET types such as Color, Graphics, etc. (With FlowChartX and COM interop you would get types such as HDC and OLE COLORs imported in .NET as integers). If you care for security, the .NET control is the definite choice, because the ActiveX one will always require "full trust" .NET permissions to run.

I hope this helps,
  Stoyan
  
Back to top
 
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint