❔ How do I import a video file into my Win forms?
I have a WPF project with a mediaElement video imported into it, and I want it so when I press specific buttons on my win forms project, it redirects me to the video WPF project. (they are both separate projects, mind you)
If it's not possible to work with a WPF in a winforms, could I use Process.Start to import a file directory into the project? if so, how could I use it?
If it's not possible to work with a WPF in a winforms, could I use Process.Start to import a file directory into the project? if so, how could I use it?

