Hello,
I'm a very beginner in Visual Studio and C# . I would like to make a launcher for a video game. To do this I think to make a form in Visual Studio to use as a starting point (but perhaps another method can be used). The idea is to launch a video file in fullscreen after launching the program executable, without playback controls and not in loop. After that the video (with audio) is finished I need to launch the exe of a game. Finally, after that the game is launched, the launcher must close. So, I need to run three tasks one by one, and of course the exit function must be hide, because the video game is starting. I don't know if the size of the form is important and how to embed a fullscreen player for a video using c#, but I think that is possible. It doesn't need to see the form when the launcher starts, of course.
Could someone write me step by step the code to apply to the form or write me an alternative method?
Thank you in advance and best regards.
I'm a very beginner in Visual Studio and C# . I would like to make a launcher for a video game. To do this I think to make a form in Visual Studio to use as a starting point (but perhaps another method can be used). The idea is to launch a video file in fullscreen after launching the program executable, without playback controls and not in loop. After that the video (with audio) is finished I need to launch the exe of a game. Finally, after that the game is launched, the launcher must close. So, I need to run three tasks one by one, and of course the exit function must be hide, because the video game is starting. I don't know if the size of the form is important and how to embed a fullscreen player for a video using c#, but I think that is possible. It doesn't need to see the form when the launcher starts, of course.
Could someone write me step by step the code to apply to the form or write me an alternative method?
Thank you in advance and best regards.