Hello,
Process.Start() works great, unless the file extension is unknown, as in Process.Start("c:\asdf.jjj"). The file exists, but .jjj is an unknown extension. So, how can I get my program to behave like Windows does, and ask the user to select a program, like in the attached pic.
Thanks




Reply With Quote