搜索资源列表
截取程序消息的DLL和使用例子GetMSG getmsg
- 1)killtimer项目 是动态库getmsg的源代码工程 2)mpeg_play下 是利用getmsg.dll截获notepad.exe 中WM_COMMAND消息的例子, 测试的时候请打开notepad.exe,并在其中输入内容,mpeg_play程序将收到相应的消息 -a) killtimer project is a dynamic library getMsg the source code works 2) is used under mpeg_pl
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
CreateDestroyProcess
- 一个简单有关于线程的程序,线程的创建和撤销程序,以记事本程序为例。-A simple procedure on the threads, thread creation and revocation procedures in order to Notepad as an example.
sy3
- 进程的创建和控制 创建一个windows窗口程序,含有4个菜单项,分别用来创建和撤消记事本进程和计算器进程。若相应进程已经创建了,再选择创建进程菜单,则弹出对话框提示进程已经创建 若进程已经撤消了,再选择撤消进程菜单,则弹出对话框提示进程已经撤消。注意考虑从主程序外部启动和关闭进程的情况。-Process creation and control procedures to create a windows window, with four menu items, respectively
mutiProcess
- 可以查看系统内部进程,还可以打开计算器,记事本。-Can view the process within the system, you can also open the calculator, notepad.
KillExe
- Kill当前正在运行的进程。功能相当于任务管理器。 1.列表框显示正在运行的进程.(Process) 2.Kill正在运行当中的进程,加入选择程序提示. 3.程序启动时在任务栏上隐藏本程序. 4.About对话框. 5.Kill进程之后可以刷新进程列表. 6.屏蔽系统热键功能. 7.Beauty按钮调用: 1.CreateProcess函数调用Notepad,用TerminateProcess函数关闭. 2.用Winexec调用Windows自带的
CN_Source_Files
- This code presents how to start then control a third party GUI application from our own C++ applications, particularly the Notepad text editor which is shipped with Windows operating system.
icp
- 对记事本中的网址,进行多线程的ICP备案查询-URL for Notepad, multi-threaded ICP record check
jincheng
- 创建一个windows窗口程序,含有4个菜单项,分别用来创建和撤消记事本进程和计算器进程。若相应进程已经创建了,再选择创建进程菜单,则弹出对话框提示进程已经创建 若进程已经撤消了,再选择撤消进程菜单,则弹出对话框提示进程已经撤消。注意考虑从主程序外部启动和关闭进程的情况。-Create a windows window procedure contains four menu items, were used to create and destroy processes and calcula
ar01
- vc6下调用createprocess实现进程机制,打开notepad-the vc6 call createprocess process mechanism, open notepad
lianxi08
- 监视notepad.exe,如果发现其运行则每隔5s记录notepad当前内容一次,并存在当前目录下的f1.txt文件中。-Mmonitor the notepad.exe process, if it was runing log the content of notepad every 5 second and save it to f1.txt in current directory.
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
dll-inject
- 用C++实现将DLL注入到系统的notepad额程序。-dll inject
develobment_than
- JAVA开发的一个记事本, 这么比那个更有可用性哦-JAVA development a notepad, so availability is more than that
WindowsdotupentWindows
- 模仿Windows中的记事本和写字板的功能,自己作一个文档编辑工具-That mimics the functionality of the Windows notepad and tablet, oneself make a document editing tools
class-sase
- 一个用VB做的类似的记事本,源码很简单,方便大家学习,交流-A notepad, using VB to do a similar source code is very simple, convenient for everybody to learn and communicate
hsle-page-read
- delphi文本文件的逐行读取,将文本文件从记事本中读到页面中来-Delphi text file to read line by line, the text file to read the notepad page
dotrce-Notepad
- Notepad++ is a generic source editor (it tries to be anyway)
yheprocedures
- 一个记事本程序, 可用注册表保存最后一次打开的记录,很不错的(A notepad procedures, can use the registry shall maintain records of the last time to open, very nice)