WPF for Pipe networks
WPF
1
Posts
1
Posters
0
Views
1
Watching
-
Hi, I am planning to move my VBA/Excel application to WPF or WinForm C#, and adding some cool features. Basically I would like to load a map from google/Bing or manually, draw lines (pipe network) and after make some calculation on these lines. Until now I use several programs to do that Autocad for drawing, Excell for calculation etc. There are already a lot of apps doing some part of what I want to achieve. Google Map for drawing lines on map, EPANET free framework for pipe networks - but no examples how to integrate its features into C#. Also, commercials editions WaterCAD of Bentley and ArcGIS. So my question is … will WPF relief my pain or should I stick with WinForm to achieve the above?