0

I am able to create this new file from WPF Application normally like Menu>File>New. And lets say this gets created in Desktop as Example.xaml

Now if application is not running, then I want to browse to this file location and right click on Example.xaml and I want it to open with my wpf application.

Currently the application has no functionality that can open a file from location. And I want to create this functionality like when I directly go to C:/Desktop/Example.xaml then it should open the file in my WPF Application.

So can anyone guide me like how this can be done. Do I need a new method in application somewhere to make this functionality working? or any suggestions?

0 Answers0