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.
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.