I have a basic C# program in VS2022 to load and play a video using LibVLCSharp. When I use it as the main form in the program, everything works well.
If I use the same code in a form that is created and opened from the main form, nothing works - the video does not play and events are not fired.
What is stopping the video from playing when the form is not the main form?
Thanks