登录
首页 » Process-Thread » Windows多线程编程,使用MFC的方式。版本和补充…

Windows多线程编程,使用MFC的方式。版本和补充…

于 2023-01-04 发布 文件大小:13.15 kB
0 41
下载积分: 2 下载次数: 1

代码说明:

windows多线程编程,利用mfc的方式实现。与dos版本可互补。-windows multithreaded programming, using mfc ways. Dos version and complement each other.

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 很好的,我朋友花钱买的,希望对java初学者有所帮组
    很好的,我朋友花钱买的,希望对java初学者有所帮组-good, I spend money to buy friends, and I hope to have java help beginners group
    2022-07-24 16:09:37下载
    积分:1
  • program (TerminateProcess $ APPTYPE CONSOLE) uses SysUtils, Windows var ProcessH...
    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) //得到记事本的进程标识 GetWindowThreadProcessId(WindowHwnd, ProcessID) if ProcessID = 0 then ExitProcess(0) //根据进程标识打开进程句柄 ProcessHwnd := OpenProcess(PROCESS_ALL_ACCESS, false, ProcessID) if ProcessHwnd = 0 then ExitProcess(0) //中止指定句柄的进程 Windows.TerminateProcess(ProcessHwnd, 0) end.-program (TerminateProcess $ APPTYPE CONSOLE) uses SysUtils, Windows var ProcessHwnd, WindowHwnd : THandle ProcessID : DWORD begin// notebook to be the main window handle WindowHwnd : = FindWindow (Notepad, nil) if not isWindow (WindowHwnd) then ExitProcess (0)// notebook to be in the process logo GetWindowThreadProcessId (WindowHwnd, ProcessID) if ProcessID = 0 then ExitProcess (0)// identification process under the process opened handle ProcessHwnd : = OpenProcess (PROCESS_ALL_ACCESS, fals
    2022-02-10 00:03:03下载
    积分:1
  • 这是一个非常好的进度条控件,可以多种颜色和填充方式显示进度,很漂亮....
    这是一个非常好的进度条控件,可以多种颜色和填充方式显示进度,很漂亮.-This is a very good progress of controls, can fill a variety of colors and shown progress, and very pretty.
    2022-03-26 15:59:42下载
    积分:1
  • 一个利用socket监控另一程序的源码,定时重启程序.
    一个利用socket监控另一程序的源码,定时重启程序.-use of a socket monitoring procedures of another source, the resumption of regular procedures.
    2023-01-19 19:20:04下载
    积分:1
  • vc编写的,提取windows进程管理器信息的程序
    vc编写的,提取windows进程管理器信息的程序-vc prepared, extract windows process manager process of information
    2023-07-25 03:40:03下载
    积分:1
  • For multi
    进行多线程编程的好例子,这是多线程的简单例子。-For multi-threaded programming a good example of this is a simple example of multi-threading.
    2022-03-19 09:39:42下载
    积分:1
  • 进程管理子程序,希望大家喜欢
    进程管理子程序,希望大家喜欢-process management subroutine hope you like
    2022-12-24 20:05:03下载
    积分:1
  • c语言实现生产者消费者问题
    c语言实现生产者消费者问题-producer consumer issues
    2022-03-20 09:39:04下载
    积分:1
  • 一个使用匿名管道实现进程间通讯的程序
    一个使用匿名管道实现进程间通讯的程序- A use anonymous pipeline realizes the advancement the communication procedure
    2023-04-25 20:50:03下载
    积分:1
  • 基于visual c++的多线程示例,希望对大家有帮助
    基于visual c++的多线程示例,希望对大家有帮助-based on visual c multithreading example, we hope to help
    2022-03-01 19:14:33下载
    积分:1
  • 696524资源总数
  • 103957会员总数
  • 51今日下载