C
Chris Newby
I'm developing a win form based add-on to a document management system using
the .Net runtime. When a user is using my add-on they could be dealing with
documents of many different types, e.g. Word, PDF, Excel, RTF. I would like
to add a "View" button to my add-on that will open whatever document they
are currently handleing with that document's associated application.
I'm not trying to control the document after that point; I simply want to
launch the associated application and forget about it.
What's the best way? Any thoughts?
TIA//
the .Net runtime. When a user is using my add-on they could be dealing with
documents of many different types, e.g. Word, PDF, Excel, RTF. I would like
to add a "View" button to my add-on that will open whatever document they
are currently handleing with that document's associated application.
I'm not trying to control the document after that point; I simply want to
launch the associated application and forget about it.
What's the best way? Any thoughts?
TIA//