question

  • Thread starter Thread starter MJ
  • Start date Start date
M

MJ

Hi,

I am just getting used to using C# to create GUIs for scientific apps (I
have been using Fortran for several years). I want to create an application
that allows a user to draw a flow chart like schematic that will then be
used to calculate thermodynamic properties. Is there a good book or url to
get me started?

Thanks for your help.

Matt
 
Hi,

Apart from various commercial charting solutions for .NET, you could
probably employ the Microsoft Chart ActiveX. You can most likely do that
like with any other ActiveX control. Please refer to COM Interoperability
documentation in the MSDN Library for the technical details.
 
Back
Top