Start process on a specific screen using electron
I'm developing a small program for my church that opens a windows file (.exe, .mp4, ...) and places it on a specific screen using Electron.
However I only have knowledge using C#, Build monitor switcher
Do I need to use some kind of windows native library, for example the FFI that calls the windows API? Is there any way I can set the target screen before the app opens using electron?
Comments
Post a Comment