c# text/winForm 覆盖视频游戏,如 xfire、PIX、steam、fraps 等
我知道有很多关于这个主题的帖子,但是几个月来我一直在寻找解决方案。我在谷歌上查了大约 300 个关于这个的帖子。我发现的唯一好的东西是一个 C++ 程序,它在 League 的窗口上绘制了一个彩色矩形。我对directx不是很熟悉。我的程序是用 C# 编写的,我会编写文本,或者如果可能的话,使 winForm 在全屏视频游戏中可见。
我尝试了论坛上找到的每一个示例,但其中 50% 已经过时,并且链接不再有效。
希望你们能帮助我。
谢谢你, 凯文
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.
I tried every single sample found on forums but 50% of them are old and links aren't working anymore.
Hope you guys can help me.
Thank you,
Kevin
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以通过查看导入的 dll 来检测 directx 游戏。有某些 dll,例如 http:// www.toymaker.info/Games/html/d3dx_dlls.html。
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.