CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 进程与线程 搜索资源 - notepad

搜索资源列表

  1. 截取程序消息的DLL和使用例子GetMSG getmsg

    0下载:
  2. 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
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:143.62kb
    • 提供者:彭鹏
  1. TerminateProcess

    0下载:
  2. 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
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:21.19kb
    • 提供者:黄春标
  1. CreateDestroyProcess

    0下载:
  2. 一个简单有关于线程的程序,线程的创建和撤销程序,以记事本程序为例。-A simple procedure on the threads, thread creation and revocation procedures in order to Notepad as an example.
  3. 所属分类:Process-Thread

    • 发布日期:2017-05-08
    • 文件大小:1.81mb
    • 提供者:boarbing
  1. sy3

    1下载:
  2. 进程的创建和控制 创建一个windows窗口程序,含有4个菜单项,分别用来创建和撤消记事本进程和计算器进程。若相应进程已经创建了,再选择创建进程菜单,则弹出对话框提示进程已经创建 若进程已经撤消了,再选择撤消进程菜单,则弹出对话框提示进程已经撤消。注意考虑从主程序外部启动和关闭进程的情况。-Process creation and control procedures to create a windows window, with four menu items, respectively
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-26
    • 文件大小:760.44kb
    • 提供者:陈婷婷
  1. mutiProcess

    0下载:
  2. 可以查看系统内部进程,还可以打开计算器,记事本。-Can view the process within the system, you can also open the calculator, notepad.
  3. 所属分类:Process-Thread

    • 发布日期:2017-05-24
    • 文件大小:3.34mb
    • 提供者:张春阳
  1. KillExe

    0下载:
  2. Kill当前正在运行的进程。功能相当于任务管理器。 1.列表框显示正在运行的进程.(Process) 2.Kill正在运行当中的进程,加入选择程序提示. 3.程序启动时在任务栏上隐藏本程序. 4.About对话框. 5.Kill进程之后可以刷新进程列表. 6.屏蔽系统热键功能. 7.Beauty按钮调用: 1.CreateProcess函数调用Notepad,用TerminateProcess函数关闭. 2.用Winexec调用Windows自带的
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-27
    • 文件大小:31.96kb
    • 提供者:Domain
  1. CN_Source_Files

    0下载:
  2. 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.
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-14
    • 文件大小:4.85kb
    • 提供者:Prasad
  1. icp

    0下载:
  2. 对记事本中的网址,进行多线程的ICP备案查询-URL for Notepad, multi-threaded ICP record check
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-10
    • 文件大小:513byte
    • 提供者:xuzhijian
  1. jincheng

    0下载:
  2. 创建一个windows窗口程序,含有4个菜单项,分别用来创建和撤消记事本进程和计算器进程。若相应进程已经创建了,再选择创建进程菜单,则弹出对话框提示进程已经创建 若进程已经撤消了,再选择撤消进程菜单,则弹出对话框提示进程已经撤消。注意考虑从主程序外部启动和关闭进程的情况。-Create a windows window procedure contains four menu items, were used to create and destroy processes and calcula
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-06
    • 文件大小:34.75kb
    • 提供者:chh
  1. ar01

    0下载:
  2. vc6下调用createprocess实现进程机制,打开notepad-the vc6 call createprocess process mechanism, open notepad
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-01
    • 文件大小:680byte
    • 提供者:aaa
  1. lianxi08

    0下载:
  2. 监视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.
  3. 所属分类:Process-Thread

    • 发布日期:2017-11-22
    • 文件大小:4.66mb
    • 提供者:johnson
  1. ex1

    0下载:
  2. 读入数据,建立进程,打开记事本,计算器,画图板。-Operating systems, processes programming. Read into the data, create threads, open Notepad, Calculator, drawing board.
  3. 所属分类:Process-Thread

    • 发布日期:2017-12-04
    • 文件大小:1.45mb
    • 提供者:tata_5
  1. vb-postmessage

    0下载:
  2. 打开windwos自带的记事本程序,点击按钮,后台向记事本发送键盘信息-Windwos open Notepad program, click the button to send back the information to the notebook keyboard
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-31
    • 文件大小:1.87kb
    • 提供者:wen
  1. dll-inject

    0下载:
  2. 用C++实现将DLL注入到系统的notepad额程序。-dll inject
  3. 所属分类:进程与线程

    • 发布日期:2017-06-15
    • 文件大小:21.84mb
    • 提供者:王润雨
  1. develobment_than

    0下载:
  2. JAVA开发的一个记事本, 这么比那个更有可用性哦-JAVA development a notepad, so availability is more than that
  3. 所属分类:Process-Thread

    • 发布日期:2017-05-05
    • 文件大小:6.65kb
    • 提供者:Egther
  1. WindowsdotupentWindows

    0下载:
  2. 模仿Windows中的记事本和写字板的功能,自己作一个文档编辑工具-That mimics the functionality of the Windows notepad and tablet, oneself make a document editing tools
  3. 所属分类:Process-Thread

    • 发布日期:2017-12-17
    • 文件大小:246kb
    • 提供者:Ereest
  1. class-sase

    0下载:
  2. 一个用VB做的类似的记事本,源码很简单,方便大家学习,交流-A notepad, using VB to do a similar source code is very simple, convenient for everybody to learn and communicate
  3. 所属分类:Process-Thread

    • 发布日期:2017-12-14
    • 文件大小:45.73kb
    • 提供者:DDQaium!64475
  1. hsle-page-read

    0下载:
  2. delphi文本文件的逐行读取,将文本文件从记事本中读到页面中来-Delphi text file to read line by line, the text file to read the notepad page
  3. 所属分类:Process-Thread

    • 发布日期:2017-12-13
    • 文件大小:193.91kb
    • 提供者:sfyom-0134
  1. dotrce-Notepad

    0下载:
  2. Notepad++ is a generic source editor (it tries to be anyway)
  3. 所属分类:Process-Thread

    • 发布日期:2017-12-17
    • 文件大小:1.13mb
    • 提供者:consoje
  1. yheprocedures

    0下载:
  2. 一个记事本程序, 可用注册表保存最后一次打开的记录,很不错的(A notepad procedures, can use the registry shall maintain records of the last time to open, very nice)
  3. 所属分类:进程与线程

    • 发布日期:2017-12-21
    • 文件大小:8kb
    • 提供者:苏佳瑶
« 12 »
搜珍网 www.dssz.com