Hooking into DirectX application

Posted by x3ro on Stack Overflow See other posts from Stack Overflow or by x3ro
Published on 2009-11-16T17:10:02Z Indexed on 2010/05/15 2:04 UTC
Read the original article Hit count: 252

Filed under:
|
|

Hey there :) I'm currently trying to display some information (as an overlay) to the user inside a DirectX-based game, much like the frame count which Fraps displayed, but I have no clue where to start. I don't expect a full solution to my problem, just a few hints where I can start and where to get more information about the topic ;)

Thanks in advance.

PS: The project I'm working on is written in C# (.NET 3.5)

PPS: To clarify: I mean hooking into any random DX-based game. Start my app, start any game, display some kind of overlay.

© Stack Overflow or respective owner

Related posts about directx

Related posts about c#