Hi - in .NET Framework, I need to do something similar to the ShellExecute in the Win32 API. What I need to do is open a file with whatever program its file type is associated with in Windows.
I found the Shell command in .NET but it appears that you have to provide it with the EXE, which is not what I need to do.
I assume there has to be something more elegant in .NET Framework than using the Win32 API ShellExecute.
Any help would be much appreciated.
Thanks.