Hello,
I have an issue where one type of file can be opened by three different executables. I was using the System.Diagnostics.Process.Start() to open the software or the actual file and that works fine.
However I have added a user control that allows the user to select which software they want to open the particular file selected. How do I, in VB.NET, make the application open the file with the selected software, if it is possible?
Thank you in advance!
Kyle
I have an issue where one type of file can be opened by three different executables. I was using the System.Diagnostics.Process.Start() to open the software or the actual file and that works fine.
However I have added a user control that allows the user to select which software they want to open the particular file selected. How do I, in VB.NET, make the application open the file with the selected software, if it is possible?
Thank you in advance!
Kyle