文件名称:windowshook
介绍说明--下载内容均来自于网络,请自行研究使用
程序“刷刷刷”能够在键盘光标所在的文本输入框中自动输入文字(中文、英文、数字),程序使用C++ Builder 5开发。首先运行C++ Builder并新建工程。接着,将窗体Form1的边框样式(BorderStyle)改为对话框(bsDialog),并放置相应控件如图所示,其中SS_Text是一个用于输入文本的TComboBox控件,当然,你可以在设计阶段预先向控件中输入一些常用文本,以便程序运行后可以直接选用 txtTimes和txtDelay为TEdit控件,分别用于控制发送文本的次数和间隔时间;chkAutoWrap和chkAutoNumber为TCheckBox控件,决定是否在每一行发送文本后面自动回车或自动加记数编号 以上控件包含在Panel1(TPanel控件)中 Timer1用于控制循环发送和时间间隔。 -procedures "Shuas hua" at the keyboard cursor to where the automatic text input box to enter text (in Chinese, English, ), using procedures developed C Builder 5. First Builder and C run the new project. Then, Form Form1 to the rim style (BorderStyle) to the dialog (bsDialog ), and displayed as shown in the corresponding controls, SS_Text which is a text for the importation of TComboBox Controls, of course, You can pre-design stage to control the importation of some commonly used Chinese version procedures to be able to directly use txtTimes and txtDelay to TEdit control. were used to control the frequency of this text and spacing; chkAutoWrap and chkAutoNumber to TCheckBox Controls decide whether to send the text to one round behind automatic or automatic counting numbers inc
(系统自动生成,下载前可以参看下载内容)
下载文件列表
压缩包 : 89346481windowshook.zip 列表 windowshook.txt