搜索资源列表
c#关于键盘鼠标控制的老的技术
- c#关于键盘鼠标控制的老的技术,模拟键盘事件,模拟鼠标事件,C#模拟键盘鼠标事件
底层虚拟建开发
- InitSuperKeys() 安装WINIO驱动,一般用于Form_Load事件中调用 CloseSuperKeys() 卸载WINIO驱动,一般用于Form_Closed事件中调用 KeyDown(Key) 模拟普通Key键按下。 KeyDownEx(Key)模拟扩展Key键按下。 KeyUp(Key)模拟普通Key键弹起。 KeyUpEx(Key)模拟扩展Key键弹起。 KeyPress(Key)模拟普通Key键按下并弹起一次。其中按下和弹起的默认时间间隔是200毫秒 KeyPress(K
monishubiao
- 讲解如何利用DEIPHI实现模拟鼠标的东西,适合于初学者-Explain how to use the mouse for analog DEIPHI things, suitable for beginners
a
- :网络游戏逐渐商业化,恶性外挂使游戏失去了公平性,带来了很多危害。目前游戏外挂的水平和技术含量都有很大 的提高,除了最初的键盘鼠标模拟和变速齿轮技术外,拦截Sock 技术、拦截API 技术、Hook 技术、直接修改程序内存等高端技 术也被广泛应用。外挂逃避检测的手段很丰富,还没有值得推广的外挂检测技术,面对现状,深入分析外挂原理,针对性地 提出检测外挂的综合对策,达到更好的检测效果,并最终查杀封禁恶性外挂,是网络游戏健康发展的必然要求。-: Online Game gradual c
SimulateMouseClick1.0
- 模拟鼠标点击器1.0 (可实现QQ农场自动偷菜,不停地发送语音/视频进行恶作剧)-Simulate mouse click 1.0 (can be realized automatically steal QQ farm vegetables, kept sending voice/video prank)
120071103240
- 本系统是基于VB和SQL的驾驶员模拟考试系统,采用c/s模式。软件采用Microsoft Visual Studio .NET 2003作为系统的开发工具,使用了Visual Basic语言,采用SQL Server 2000中文版作为数据库。系统随机出题并且不出现重复的题目,错题强化更加有针对性的训练,亦可以按章节训练,更加方便用户进行题库训练和模拟考试。用户通过鼠标点击来完成训练或模拟考试。本系统界面友好,操作简单,即使对不太熟悉电脑的用户来说也是很容易操作的。随着电脑的逐渐普及,无纸化已
APImonishubiao
- 用API作出的模拟鼠标不用加载其他模块了 Do not load other modules with analog mouse API made-Do not load other modules with analog mouse API made 用API作出的模拟鼠标不用加载其他模块了
game-plugins
- 在这些小小程序中使用了许多高端技术,如拦截Sock技术、拦截API技术、模拟键盘与鼠标技术、直接修改程序内存技术等等。本文将对常见的游戏外挂中使用的技术进行全面剖析。-In these small program USES many high-end technology, such as interception Sock technology, intercept API technology, analog keyboard and mouse technology, direct mod
youxigua
- 这是一个非常好的游戏外挂程序,它可以模拟鼠标操作,键盘操作,显示鼠标指针位置和该点的颜色,非常好的软件-This is a very good game plugins, it can simulate the mouse operation, the keyboard operation, display the mouse pointer position and point of color, very good software
98
- 1)编程思路:首先,本练习因为要制作模拟钢琴的实例,所以首先要生成程序界面:先通过语句Image m_ImgUp生成键盘、鼠标松开时显示的键盘图片,再通过语句Image m_ImgDown生成键盘、鼠标按下时显示的键盘图片,最后通过语句m_ImgUp=getImage(getDocumentBase(),"img/up.gif")和语句m_ImgDown=getImage(getDocumentBase(),"img/down.gif")加载图片,生成钢琴界面。然后,因为要实现模拟钢琴效果,所以
BC_WAREHOUSE
- c语言设计的立体化仓库管理与仿真系统,实现了汉化、鼠标、模拟进货出货、查询货物等功能-warehouse management system c language design and simulation, to achieve a finished, mouse, analog purchase shipping, cargo and other functions inquiry
MOUSE-OPERATION
- 关于VC++下的鼠标操作,包括对自绘图形拖动,模拟鼠标点击,鼠标绘制任意图形等-About mouse under VC++, including self-drawing shaped drag simulate mouse clicks, mouse to draw any graphics, etc.
moni-shubiao
- 这是一个模拟鼠标点击屏幕的资料,很适合感兴趣的初学者参考学习。-This is the information of some simulated mouse click on the screen, and interested friends are worth considering learning.