Welcome![Sign In][Sign Up]
Location:
Search - windows task manager API

Search list

[Process-Threadsameprocess

Description: 如果您对IE4.0熟悉的话,你将知道在Internet Settings高级设置中有一个选项:“在新的进程中浏览(英文:Browse in a New Process)”,如果你把它前面的对钩去掉,然后运行IE,并打开任务管理器查看所有进程,你将会发现没有新的IExplorer.exe进程出现。反之,则新的IExplorer.exe进程出现。 当我们需要许多数据在程序实例之间共享的时候,这种能使多个实例运行在同一个进程空间的程序是非常有用的。它的实现很简单,众所周知,启动任何一个应用程序有两种途径,要么通过浏览器要么通过API调用诸如CreateProcess。首先侦察特定的窗口类是否存在,如果不存在,就创建一个新的窗口类,如果存在,那么使最近创建的进程发送一个消息到已存在的窗口,并使新近运行的实例窗口处于激活状态,先前的程序实例将启动一个单独的线程。 在此示例中,作者采用了一个MFC MDI程序,即使有多个程序实例在运行,任务管理器或者进程查看器(Process Viewer)将只会显示一个进程,当如果用WINDOWS自带程序SPY++查看,您将会发现该进程拥有许多线程,并且不同的MDI窗口集合分别属于不同的线程-seemed familiar with the case, You will know that the Internet Advanced Settings, there is a choice : "In the new process here (in English : Browse in a New Process)" If you put it right in front of the hook removed, and then run IE, and open the Task Manager View all process, You will find no new IExplorer.exe process. Instead, the new IExplorer.exe process. When we needed the procedure much of the data shared between the examples, This can run multiple instances of a process in the same space procedure is very useful. It is very simple to achieve, as we all know, launching an application of any two channels either through the browser or through API calls such as CreateProcess. First reconnaissance particular window class existence, if they do not exist, create a new window type
Platform: | Size: 47300 | Author: 苏语 | Hits:

[Windows DevelopTask++

Description: 仿照Windows操作系统下的Task Manager的功能实现的可以定时触发任务(或鼠标操作,关机,重启等)的程序,全部由API写成。 目前菜单中还有一些操作没有实现,但是基本框架已经十分齐全。
Platform: | Size: 76125 | Author: 许民皆 | Hits:

[Process-Threadsameprocess

Description: 如果您对IE4.0熟悉的话,你将知道在Internet Settings高级设置中有一个选项:“在新的进程中浏览(英文:Browse in a New Process)”,如果你把它前面的对钩去掉,然后运行IE,并打开任务管理器查看所有进程,你将会发现没有新的IExplorer.exe进程出现。反之,则新的IExplorer.exe进程出现。 当我们需要许多数据在程序实例之间共享的时候,这种能使多个实例运行在同一个进程空间的程序是非常有用的。它的实现很简单,众所周知,启动任何一个应用程序有两种途径,要么通过浏览器要么通过API调用诸如CreateProcess。首先侦察特定的窗口类是否存在,如果不存在,就创建一个新的窗口类,如果存在,那么使最近创建的进程发送一个消息到已存在的窗口,并使新近运行的实例窗口处于激活状态,先前的程序实例将启动一个单独的线程。 在此示例中,作者采用了一个MFC MDI程序,即使有多个程序实例在运行,任务管理器或者进程查看器(Process Viewer)将只会显示一个进程,当如果用WINDOWS自带程序SPY++查看,您将会发现该进程拥有许多线程,并且不同的MDI窗口集合分别属于不同的线程-seemed familiar with the case, You will know that the Internet Advanced Settings, there is a choice : "In the new process here (in English : Browse in a New Process)" If you put it right in front of the hook removed, and then run IE, and open the Task Manager View all process, You will find no new IExplorer.exe process. Instead, the new IExplorer.exe process. When we needed the procedure much of the data shared between the examples, This can run multiple instances of a process in the same space procedure is very useful. It is very simple to achieve, as we all know, launching an application of any two channels either through the browser or through API calls such as CreateProcess. First reconnaissance particular window class existence, if they do not exist, create a new window type
Platform: | Size: 47104 | Author: 苏语 | Hits:

[Windows DevelopTask++

Description: 仿照Windows操作系统下的Task Manager的功能实现的可以定时触发任务(或鼠标操作,关机,重启等)的程序,全部由API写成。 目前菜单中还有一些操作没有实现,但是基本框架已经十分齐全。-Modeled under the Windows operating system Task Manager function can realize the mission from time to time to trigger (or mouse operation, shutdown, restart, etc.) procedures, all written by the API. At present, the menu did not realize there are some operations, but the basic framework is already very complete.
Platform: | Size: 75776 | Author: 许民皆 | Hits:

[Process-ThreadGetProcessUsage

Description: 调用windows API 函数来得到目前进程所占的CPU利用率。如任务管理器中查看CPU利用率一样-Calling windows API function to get the current process of the CPU utilization percentage. Such as the Task Manager to view CPU utilization, as
Platform: | Size: 764928 | Author: lj | Hits:

[Hook apiHideDriver_source

Description: The task: The processes selected by the user should be invisible for such applications as the Task Manager, Process Explorer, and others. In addition, they should not be available for such Windows API functions as EnumProcesses(), OpenProcess(), EnumProcessModules(), and other Process APIs. The files selected by the user should be invisible for such file managers as Windows Explorer, Far, Total Commander, etc. In addition, they should not be available for such Windows API functions as FindFile(), OpenFile() and other File API functions.
Platform: | Size: 1184768 | Author: si perdana | Hits:

[Hook apiHideDriver_binari1

Description: The processes selected by the user should be invisible for such applications as the Task Manager, Process Explorer, and others. In addition, they should not be available for such Windows API functions as EnumProcesses(), OpenProcess(), EnumProcessModules(), and other Process APIs. The files selected by the user should be invisible for such file managers as Windows Explorer, Far, Total Commander, etc. In addition, they should not be available for such Windows API functions as FindFile(), OpenFile() and other File API functions.
Platform: | Size: 227328 | Author: si perdana | Hits:

[Windows Developaghiki

Description: 任务管理器易语言源码例程程序结合易语言扩展界面支持库,调用API函数模仿实现Windows任务管理器功能。任务管理器易语言源码例程还使用到易语言应用接口支持库,易语言第三方支持库常量支持库。-Task Manager program combines easy language source code routines easy language extensions interface support library, call the API function to achieve imitate the Windows Task Manager feature. Task Manager also uses easy language source code routines into easy language support library application interface, easy language support library constant support third-party libraries.
Platform: | Size: 7168 | Author: 刘波 | Hits:

[Consolewindows

Description: 模拟windows任务管理器 通过NtQuerySystemInfomation Native API 实现-Simulate the Windows task manager, through NtQuerySystemInfomation Native API implementation
Platform: | Size: 20480 | Author: 刘克 | Hits:

CodeBus www.codebus.net