本文介绍了c#text / winForm重叠视频游戏,如xfire,PIX,蒸汽,fraps等的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我知道有很多关于这个话题的文章,但是我一直在寻找一个解决方案几个月。我检查了大约300个关于谷歌这篇文章。我发现的唯一的好东西是一个c + +程序,在联盟的窗口上绘制一个彩色的矩形。我对directx不是很熟悉。我的程序是在c#,我会写文本,如果可能的话,一个winform在全屏视频游戏可见。

I know there is plenty of post about this topic , however I've been looking for a solution to this for months. I checked about 300 posts on google about this. The only good thing I found was a c++ program that was drawing a colored rectangle over League's window. I am not very familiar with directx. My program is in c# and I would to write text or if possible make a winForm visible over a full screen video game.

我尝试了在论坛上找到的每一个示例,但50 %的人是旧的,链接不再工作了。

I tried every single sample found on forums but 50% of them are old and links aren't working anymore.

希望你们能帮助我。

谢谢您,
Kevin

Thank you,Kevin

推荐答案

通过查看哪些dll正在导入来检测直接游戏。某些dll如。

You can detect directx games by looking which dlls are importing.there is certain dlls like http://www.toymaker.info/Games/html/d3dx_dlls.html.

这篇关于c#text / winForm重叠视频游戏,如xfire,PIX,蒸汽,fraps等的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

10-30 02:47