0

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?

mmmmmm
  • 32,227
  • 27
  • 88
  • 117
Zenth
  • 769
  • 2
  • 7
  • 23
  • http://stackoverflow.com/questions/9243748/vb-application-on-top-of-a-game – J... Mar 06 '12 at 12:00
  • This is not to say that it isn't possible, but you generally have to do this at very low level http://www.ring3circus.com/gameprogramming/drawing-on-another-direct3d-programs-viewport/ – J... Mar 06 '12 at 12:03
  • OK, i see.. but.. i can make this "thinking diferent"... its posible make the windows NO clickable and no "stolen" the focus to the game window, to make it apears without lose the game the focus? And after the window popup, i detect if the mouse is over the window, if is, i detect all key press and mouse position to make "actions" in th window.. i not sure if this method work, but.. i nedd to try. – Zenth Mar 06 '12 at 17:09
  • @Zenth did you find a solution? – Sajitha Rathnayake May 01 '18 at 10:36

0 Answers0