Quantcast
Channel: NodeXL: Network Overview, Discovery and Exploration for Excel
Viewing all articles
Browse latest Browse all 4386

New Post: GraphMetricCalculator Class showing SnapGraphMetrics.exe command prompt on top of window application

$
0
0
we are using ver. 1.0.1.251 of NodeXL class library in our project (Window based application).
Every time when we try to calculate vertex centrality using below code, SnapGraphMetricCalculator.exe command prompt comes on the top of window.
 GraphMetricCalculatorBase.SetSnapGraphMetricCalculatorPath(strAppPath + "SnapGraphMetricCalculator.exe");
                        BrandesFastCentralityCalculator bfcc = new BrandesFastCentralityCalculator();
                        dictionaryCloseness = bfcc.CalculateGraphMetrics(nodeXLControl1.Graph);
We want to hide this command prompt by somehow make it work as hidden console application or not to run on the top of window.

Viewing all articles
Browse latest Browse all 4386

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>