登录
首页 » Windows开发 » 进程管理器

进程管理器

于 2022-01-22 发布 文件大小:208.39 kB
0 176
下载积分: 2 下载次数: 1

代码说明:

进程资源管理器,可以显示正在运行的进程,线程和模块。其着找到基地,并开始地址。例如,使用 EnumProcessModulesEx和NtQueryInformationThread功能在C#。   void PrintModules (Int32 ProcID)     {         IntPtr hProcess = OpenProcess(ProcessAccessFlags.QueryInformation | ProcessAccessFlags.VMRead, false, ProcID);         if (hProcess != IntPtr.Zero)  &nbs

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

发表评论

0 个回复

  • Photographic Tone Reproduction for Digital Images
    Photographic Tone Reproduction for Digital Images
    2023-08-16 05:20:02下载
    积分:1
  • 安全中断窗口 (C#)
    翻译 maninwest@Codeforge 作者:Brisingr Aerowing@CodeProject 这是将 Richard MacCutchan的安全中断窗口移植到 C#  源代码在 Github 上。 使用代码 有两个显示中断窗口的方法: public static void Blackout(IntPtr hWnd, Action action); public static T Blackout(IntPtr hParentWnd, Func func); 第二个版本 (泛型)用于实现类似以下的功能: BlackoutWindow.Blackout(SomeHandle, () => {     return MessageBox.Show("A Test", "A Test", MessageBoxButtons.YesNo); });
    2022-03-19 12:42:51下载
    积分:1
  • 混音程序
    用C++编写的两路音频混音程序,很适合初学者。 Mixer.dsp     This file (the project file) contains information at the project level and     is used to build a single project or subproject. Other users can share the     project (.dsp) file, but they should export the makefiles locally. Mixer.h     This is the main header file for the application.  It includes other     project specific headers (including Resource.h) and declares the     CMixerApp application class. Mixer.cpp     This is the main application source file that contains the application     class CMixerApp.
    2022-03-12 21:29:31下载
    积分:1
  • 实例09
    实例09-多人聊天室-09-people chat room
    2022-04-16 06:49:32下载
    积分:1
  • WPF 3D Tab Carousel
    翻译 maninwest@Codeforge 作者:Fredrik Bornander@CodeProject 如何创建 WPF 的 3D 选项卡控件。这里将讲述 3D 旋转和摄像头计算以及如何在一小组UI视觉器中维护一大组控件。 可以在此查看You  Tube视频 http://www.you   tube.com/watch?v=zmDHfsRENug&feature=plcp  使用代码 下载源项目并进行构建即可。 Bornander.UI.TabCarousel 项目包含一个名为 Carousel 的用户控件,负责所有事情。 为了演示,文件 MainWindow.xaml.cs 在构造函数中有两个部分,一次用一个来测试控件不同的方面 要求 在实现控件时,我需要满足一组要求 控件必须在一组FrameworkElements 上工作,这样很多 UI 元素可以用作选项卡页 在虚拟走马灯中的 3D  面板中应该可以显示不同的 FrameworkElements  必须可以通过 下一步向前,转到特定目录从一个面板导航中其他面板  必须允许3D 面板的数量少于实际 FrameworkElements  必须通过动
    2022-05-22 23:00:07下载
    积分:1
  • c++帮助文档是超级有用的哦 一定要支持啊
    c++帮助文档是超级有用的哦 一定要支持啊-the help text of c++
    2023-01-04 00:35:04下载
    积分:1
  • 文本框使用示例(SDK
    文本框使用示例(SDK-example of the use of text box (SDK
    2022-03-15 11:08:18下载
    积分:1
  • University of Posts And Telecommunications News published in the windows system...
    人民邮电大学出版的windows系统编程配套程序,也可用于个人学习-University of Posts And Telecommunications News published in the windows system programming matching process can also be used for personal learning
    2023-04-01 06:40:04下载
    积分:1
  • 利用vc实现了一个非常漂亮的滚动静态文本
    利用vc实现了一个非常漂亮的滚动静态文本-use vc achieve a very beautiful rolling static text
    2022-12-22 10:20:03下载
    积分:1
  • the ripplr effect code. PAScal
    the ripplr effect code. PAScal
    2022-03-20 07:41:45下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载