in .net framework when I need to open text file like double click behaviour I used following code
System.Diagnostics.Process.Start(path);
whe