I'm trying to create a splash window like many applications and games use. The effect I'm trying to create looks like this: FL Studio Splash Window
Essentially, I want to create a borderless, transparent window in Monogame and draw a texture over it. I also need the window to show on the topmost layer of windows on the screen (optional, but preferred).
How can I create that transparent window?
Thanks!