Hi All,
I want to write C# code to identify a file type and open the file in
the associated editor.
For example, text files should be identified and opened in notepad,
html should be opened in internet explorer/netscape/mozilla.
At design time, I do not know if internet explorer/netscape is
installed on the client machine. The C# code should identify that and
open.
Please help.
Regards,
Shilpa
Stephany Young - 22 Mar 2006 06:23 GMT
And your problem/question is?
> Hi All,
>
[quoted text clipped - 10 lines]
> Regards,
> Shilpa
Shilpa - 22 Mar 2006 06:37 GMT
I want the C# code snippet