Hi all...
I have a query here... Is it possible to open another software application in runtime? My situation here is that I have some .dat files which has the data points for plotting a 2-D graph. I have heard about Tecplot as a great graphics renderer especially for simulations of fluids flow (which is the data I had). Since Tecplot only requires .dat files as the input to generate graphs, I am thinking if I can easily create graphics by executing and running Tecplot (opening another new window) in my current Windows application (created in C#) during runtime, it will be very convenient and I do not have to research more into GDI+ in order to develop contour and pathlines to do the fluids flow simulation using the data from the .dat files.
Thanks for any advice rendered... Time is running out... Hope I can start drawing my graphics either using Tecplot or GDI+ from C# soon. Thanks.