G
Gos
Hi,
I have a program that needs to open a list of attachments
displayed on a ListView. I have used Process.Start method to open the
files using their associated program. This works correctly if the file
extention is associated with a process(program/application) already,
but throws an exception when there is no associated process. I would
like to display an "Open With.." dialog box where the user can choose
a program to open the file.
Can anyone please help me with this?
Thank you very much
Eric
I have a program that needs to open a list of attachments
displayed on a ListView. I have used Process.Start method to open the
files using their associated program. This works correctly if the file
extention is associated with a process(program/application) already,
but throws an exception when there is no associated process. I would
like to display an "Open With.." dialog box where the user can choose
a program to open the file.
Can anyone please help me with this?
Thank you very much
Eric