文件名称:SimulateInputString
介绍说明--下载内容均来自于网络,请自行研究使用
模拟键盘输入字符串的C++模块。模拟键盘输入字符串可以使用API函数SendInput函数,但是这个函数相当麻烦,每模拟一个字符要填充两个结构体,本模块将这些麻烦的操作封装为一个C++类,两行代码便可调用。可以用于win32项目、MFC项目、ALT项目等,内附开发文档-Simulated keyboard input string C++ modules. Simulated keyboard input string can use API function SendInput function, but this function is quite troublesome, each simulating a character you want to fill the two structures, the module package these troublesome operation for a C++ class, the two lines of code can be invoked. Can be used win32 project, MFC project, ALT projects included development documents
(系统自动生成,下载前可以参看下载内容)
下载文件列表
开发文档.txt
SimulateInputString.h
SimulateInputString.cpp