0

I googled some sites but can't find. I want to keep form on fullscreen game. I make gametool software and that feature is important. I need *VB.NET or C# example for this.

Thank you!

NOT: I saw that topic:How to make a window always stay on top in .Net?. Bu the answer not work on games.

Community
  • 1
  • 1
rufatmammadli
  • 78
  • 1
  • 1
  • 9

1 Answers1

3

You need to HOOK into the game so you can render with the game (this is a pretty huge topic), unless the game is windowed, in that case you can just force the form to be the top window (Like the link in one of your comments explains).

Beware that this is considered an hack by most anti-cheat software (as it should..).

Things such as Steam are whiteflagged.

  • I was searched some websites and I see Directx hook contents. Maybe I need it. I will search about it. Thank you for answer. – rufatmammadli Aug 27 '14 at 13:04