I want to know what application on a client's machine is used to open a file. For example, .dwg file could be opened with AutoCAD or VoloView so I need know what is the default file association. I need to open the program and I want to determine if the program is opened already. I currently use the process.start method to open a file, but it starts a new copy of the program if one is already running. I want to open the file as an additional file within the program instead of starting a new program.
Thanks,
Tom
Thanks,
Tom