I am creating an application in Visual Basic, which simply opens an image overlaying the screen.
So far so good, only when I open something in fullscreen the image no longer appears. I need this image to stay open and displayed even if I open some other program on my SO in fullscreen, does anyone know anything?
This is running in my PC, Windows 10.
BackgroundImageLayout = None
StartPosition = CenterScreen
FormBorderStyle = None
Image 1 https://i.stack.imgur.com/hpaQb.jpg
Image 2 https://i.stack.imgur.com/EWUy9.jpg
I need the rule that appears in image 1 to keep appearing in image 2