C# - Hook/Overlay a DirectX game?
Posted
by Dodi300
on Stack Overflow
See other posts from Stack Overflow
or by Dodi300
Published on 2010-04-15T23:36:53Z
Indexed on
2010/04/15
23:43 UTC
Read the original article
Hit count: 628
Hello. Can anyone tell me how to hook/overlay a DirectX game in C#?
I've tried getting a fullscreen C# window to overlap a game, however it wont. After researching a little, I found out that I need to hook the game and then display the C# window.
Can anyone explain how I would do this? Would I be able to display a C# form over a DirectX game?
© Stack Overflow or respective owner