I have a list of files in a dataGridView
that I would like to be able to select 2 of them (I can figure out how to check for the selectedRows count) and pass those files to Beyond Compare 3 for comparison. I looked through their Support page and I couldn't find a way to do that.
In the program I need to open the application (BC3) and pass the application the 2 file paths in an argument to start the comparison.
I am just using System.Diagnostics.Process.Start(bc3.exe path)
to launch beyond compare.