I'm making a program which saves text documents and also opens them in the program in a textbox, the program works fine and I've managed to make it so I can save the files, and open them when giving the file name
However, I want to know if there's a way to open up explorer, then click the file and have it open in the program, I know Process.Start("explorer.exe"); is used to open explorer, but the files i open from there open in their default programs
If you know how to make it so text documents open in my program please let me know.