With C# .Net 8 Windows Form, I need to show some video to multiple screens and there should be no time gap between screens.
For example, Contents on the Windows form A are some sort of videos and I’m trying to show these videos without any time frame gap on multiple screen at the same time.
My initial idea is just creating single Windows form and displaying on multiple screens, however, I have no clue how I can do.
If there is any other idea or approach to implement this feature, I’m very opened for that.