Hi,
I want to open a File with unknown Extension using C#. What i want
is
i do System.Diagnostics.Process.Start("FileName");
Now if File is associated with any program then the File with open
with that Application, this is working fine.

My requirement says, if file extension is unknown or not associated
with any application then, it should open the Default windows Program
association box and allow user to select a program to open that file.


Thanks.
Abhijeet Kumar.

Re: Opening File with Unknown Extension C# by Peter

Peter
Mon Jun 04 14:33:04 CDT 2007

On Mon, 04 Jun 2007 12:29:59 -0700, Abhi <Abhijeet1581@gmail.com> wrote:

> I want to open a File with unknown Extension using C#. [...]

Please do not multi-post. Use the correct cross-posting technique of
listing multiple newsgroups in the "Newsgroup" field of your message.
Your question is already being addressed in
microsoft.public.dotnet.languages.csharp.

Pete

Re: Opening File with Unknown Extension C# by Abhi

Abhi
Mon Jun 04 15:10:39 CDT 2007

On Jun 4, 3:33 pm, "Peter Duniho" <NpOeStPe...@nnowslpianmk.com>
wrote:
> On Mon, 04 Jun 2007 12:29:59 -0700, Abhi <Abhijeet1...@gmail.com> wrote:
> > I want to open a File with unknown Extension using C#. [...]
>
> Please do not multi-post. Use the correct cross-posting technique of
> listing multiple newsgroups in the "Newsgroup" field of your message.
> Your question is already being addressed in
> microsoft.public.dotnet.languages.csharp.
>
> Pete

Hi
Sorry for Multi-post, But the solution provided there is not working,
and it is Urgent.

Abhi..