搜索资源列表
TerminateProcess
- program TerminateProcess {$APPTYPE CONSOLE} uses SysUtils, Windows var ProcessHwnd, WindowHwnd: THandle ProcessID: DWORD begin //得到记事本的主窗口句柄 WindowHwnd := FindWindow( Notepad , nil) if not isWindow(WindowHwnd) then ExitProcess(0) //得到记事本的进程标识 GetWind
mutiProcess
- 可以查看系统内部进程,还可以打开计算器,记事本。-Can view the process within the system, you can also open the calculator, notepad.
ex1
- 读入数据,建立进程,打开记事本,计算器,画图板。-Operating systems, processes programming. Read into the data, create threads, open Notepad, Calculator, drawing board.
vb-postmessage
- 打开windwos自带的记事本程序,点击按钮,后台向记事本发送键盘信息-Windwos open Notepad program, click the button to send back the information to the notebook keyboard
yheprocedures
- 一个记事本程序, 可用注册表保存最后一次打开的记录,很不错的(A notepad procedures, can use the registry shall maintain records of the last time to open, very nice)
1657095
- 使用易语言开发的机器人程序,配置文件config hs,使用记事本打开即可修改()
