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

搜索资源列表

  1. VB

    0下载:
  2. vb实现进程的死亡自动复活,主要是采用API函数所写
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:1.88kb
    • 提供者:高天祺
  1. VB

    0下载:
  2. 用 VB制作双进程守护程序
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:3.17mb
    • 提供者:李伟良
  1. WMI

    0下载:
  2. WMI VB实例检测出目前运行的进程并结束-WMI VB examples
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-06
    • 文件大小:7.67kb
    • 提供者:cpl
  1. VB-Hideprocess

    0下载:
  2. 在任免管理器中隐藏进程,做一些后台工作 在任免管理器中隐藏进程,做一些后台工作-In the process of appointment and removal of manager is hidden
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-27
    • 文件大小:2.71kb
    • 提供者:yeling
  1. nokillme

    3下载:
  2. vb进程保护,D-vb进程保护,DLL
  3. 所属分类:Network Security

    • 发布日期:2016-06-23
    • 文件大小:71.32kb
    • 提供者:yalongno1
  1. Timer(VB)

    7下载:
  2. 精密定时器集合:VB版 ■ SetTimer(多Timer):是使用SetTimer()和回调函数产生的Timer,与VB6中定时器控件效果一样,只是用API实现而已,不爱用控件的朋友可能会喜欢 ■ Timer大比拼(CSDN):是CSDN网友提供的测试各种Timer的代码:QueryPerformanceCounte() 多媒体定时器;和VB6定时器控件。测试时,可以看到3种定时器的区别。多媒体定时器和QueryPerformanceCounte()都是较好的选择.
  3. 所属分类:Windows Kernel

    • 发布日期:2015-08-10
    • 文件大小:112.27kb
    • 提供者:尹刚
  1. killtask

    0下载:
  2. VB结束指定进程的程序,傻瓜式的操作。但是不能结束杀毒类的软件-vb kill task
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-30
    • 文件大小:6.08kb
    • 提供者:余洪福
  1. kill---HideToolz

    0下载:
  2. VB Ring3枚举进程 可以检测到HideToolz隐藏的进程!-VB Ring3 enumeration process can detect hidden processes HideToolz!
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-22
    • 文件大小:10.23kb
    • 提供者:bendan
  1. jincheng

    1下载:
  2. vb编的进程保护程序,用任务管理器不能关闭 防止程序被关闭-vb allocation process of the protection procedure, using Task Manager to prevent the procedure should not turn off turn off
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-02
    • 文件大小:13.85kb
    • 提供者:lmgz
  1. jincheng

    0下载:
  2. vb版的枚举隐藏进程,隐藏*、病毒无处藏身-vb version of the enumeration hidden processes, hidden Trojans, viruses have no place to hide
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-26
    • 文件大小:9.43kb
    • 提供者:lmgz
  1. JCGL

    0下载:
  2. VB进程管理,可以对系统进程进行停止、启动等管理。-VB process management, the system process can stop, start, such as management.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-13
    • 文件大小:3.18kb
    • 提供者:qian
  1. CloseProgram

    1下载:
  2. 关闭指定的某个程序或进程实例,VB原代码。-Turn off the specified instance of a program or process, VB source code.
  3. 所属分类:Windows Kernel

    • 发布日期:2016-11-21
    • 文件大小:2.47kb
    • 提供者:leo
  1. GetprocessRam

    0下载:
  2. VB编写的一款小工具获取任意运行的系统进程所占用的内存使用信息,并包含了几个示例程序:加载100个窗体,加载位图、显示图片、删除窗体、加载文件、刷新列表等。   窗口下边适时显示选中进程的当前内存使用情况、页面文件(虚拟内存)大小等。-VB prepared to obtain a small tool for any process running on the system memory occupied by the use of information and includes a
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-29
    • 文件大小:9.78kb
    • 提供者:Virginia
  1. ProcessCommander

    0下载:
  2. VB版的进程管理器——进程指挥管 v1.0的源代码,高人奉献,感谢分享,一个掌握系统进程最完善的资料,它可以显示进程宿主,列出进程所使用的DLL动态链接库文件、线程个数、软件版本等信息。-VB version of the process manager- the process of command and control of the source code v1.0, expert contributions, thanks to sharing, the process of a mas
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-08
    • 文件大小:33.25kb
    • 提供者:306
  1. VBzhuruDLL

    0下载:
  2. 很多人说VB不能远程注入DLL,其实是错误的。VB其实也能象C++等其他语言一样轻松搞定,不信就看看这个代码。这个代码经过充分测试,包括系统进程都可以正常注入和卸载,就连杀毒软件都能注入。-Many people say that VB can not remote into the DLL, in fact, is wrong. VB can be a matter of fact, as C++ and other languages as easily get, do not look a
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-31
    • 文件大小:116.59kb
    • 提供者:289
  1. process

    0下载:
  2. visual basic 6 (vb)对进程的控制,代码比较全,有进程的结束进程,进程的路径-visual basic 6 (vb) to the process control, compare the whole code, a process the end of the process, the process of the path .....
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-29
    • 文件大小:11.02kb
    • 提供者:方剑
  1. closeprocess

    0下载:
  2. 关闭应用程序进程-vb调用系统API实现关闭进程-Close the application process-vb call the system API to achieve closure of the process of
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-24
    • 文件大小:1.69kb
    • 提供者:final fighter
  1. Protectionprocess

    1下载:
  2. VB版进程保护程序!实现自己程序不被查杀!-VB version of the process saver! Realize their own procedures would not be killing!
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-02
    • 文件大小:26.75kb
    • 提供者:金福
  1. vbkongzhitai

    0下载:
  2. vb模拟C++的控制台,能打开多个管道进行跨进程操作-vb simulate C++, console, can open multiple channels for cross-process operations
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-30
    • 文件大小:17.21kb
    • 提供者:fdsddd
  1. vb_process

    0下载:
  2. vb防止进程被结束 在WinXP下测试成功-vb to prevent the end of the process being tested successfully under WinXP
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-29
    • 文件大小:1.9kb
    • 提供者:aaaa
« 12 3 4 »
搜珍网 www.dssz.com