I need to make a Form with the option to stay always on top, include inside VideoGames in full Screen Mode, for use the form inside games making the window show with a specific key and allow write an interact with this window make the full screen game stay in full screen and running normally.
I try with Me.TopMost = True
but in FullScreen games, the window is hiden and the other problem is if I can resolve this, if the user click the form, the game go out of full screen mode?
Does there exist any method to force Form to stay on top and "ignore" the focus change to keep the full screen games in full screen?