DrewNaylor / UXL-Launcher

An app launcher meant to launch Microsoft Office 2010, 2013, 2016, 2019 desktop software/apps, including ones from Office 365. Not associated with Microsoft.
Apache License 2.0
7 stars 1 forks source link

Add "File>Open..." as a way to open files in their default app. #131

Closed DrewNaylor closed 6 years ago

DrewNaylor commented 6 years ago

Add "File>Open..." as a way to open files in their default app.

With this pull request, the user can now open files in the default app associated with that file.

Some filters are provided. These include the following:

Due to using "Process.Start" to open the files (so that they open in their default program), EXE files can be run with this "File>Open..." dialog.

Additionally, RAM usage might increase when clicking "File>Open...", but it shouldn't be too much of an issue.