-
可以检测系统版本,以及系统信息,补丁信息
可以检测系统版本,以及系统信息,补丁信息-can detect system version, as well as information systems, patch information
- 2022-05-17 14:03:25下载
- 积分:1
-
对设备管理中的串口设备进行重新命名。如果修改GUID可随意设定设备的新名称。...
对设备管理中的串口设备进行重新命名。如果修改GUID可随意设定设备的新名称。-Management of equipment serial devices rename. If the modified GUID equipment can easily set the new name.
- 2022-06-29 06:19:45下载
- 积分:1
-
鼠标记录器
作者: 小卢
mail:359581807@163.com
blog:http://blog.sina.com.cn/qiq...
鼠标记录器
作者: 小卢
mail:359581807@163.com
blog:http://blog.sina.com.cn/qiqi8
欢迎联系,共同学习!
功能: 鼠标 行为的记录,重放
代码说明:
1.界面用了CXPButton的系列菜单及按钮,引用的文件有 HyperLink.cpp,HyperLink.h,XPButton,XPButton。
2.本代码参考了的一些 程序, 参考了很多其他人的编码
编译平台:
1.该代码在Windows XP+VC 6.0平台下编译通过。
使用说明:
1.鼠标的行为 记录,以及重新操作
2.该带代码。可以用来供研究学习,使用!
3.记录以后 要点击 结束 然后再点重放。不要直接点击重放!后果很严重哦!(要是万一出现了,这种情况,就按一下 alt+ctrl+del 试一下吧!呵呵 钩子 不能屏蔽 这三个键)
其他:
此为练习之作,也不是很高深制作,您可以随意的复制,传播,但是请保留该信息!-Mouse recorder Author: Lu small mail: 359581807@163.com blog: http://blog.sina.com.cn/qiqi8 welcome to contact the common study! Function: mouse behavior record, replay code: 1. CXPButton interface used a series of menus and buttons, the document cited has HyperLink.cpp, HyperLink.h, XPButton, XPButton
- 2022-07-12 12:19:23下载
- 积分:1
-
简介:下载的编辑器资料解压后有两个文件夹(EditorExm实便项目, WeisEditor编辑器源码) 以及 描述.txt
项目所需文件及文件夹...
简介:下载的编辑器资料解压后有两个文件夹(EditorExm实便项目, WeisEditor编辑器源码) 以及 描述.txt
项目所需文件及文件夹
WeisEditor.dll
js/jsClass.js (需加载到编辑器所在页面 Head区域)
WeisEditor 文件夹 -Introduction: Editor download data after decompression have two folders (EditorExm it will be the project, WeisEditor source code editor), as well as description. Txt project documents and folders WeisEditor.dll js/jsClass.js (to be loaded to the Editor page where Head Regional) WeisEditor folder
- 2022-09-01 06:40:03下载
- 积分:1
-
Wallpaper for your program settings. BMP images routines used in displays, JPG a...
为自己的程序设置壁纸。例程中使用了BMP图片显示、JPG和GIF图片显示、菜单设置、注册表设置与使用。-Wallpaper for your program settings. BMP images routines used in displays, JPG and GIF images display, menu settings, registry settings and use.
- 2022-03-23 03:36:53下载
- 积分:1
-
Windows 中创建空的备用列表
翻译:maninwest@Codeforge 作者:Member 10018957 @CodeProject如何在 Windows 中创建看空的备用列表。进程黑_客的制造者了解 Windows 内核的里里外外,他们也幸运地熟练掌握 Windows 内核的设计语言C++。而其他的人则努力通过 C# 执行相似的功能。其中一个功能就是释放来自 windows 备用内存的内存。这就是我们在此要做的。最难的部分是获取内核的优先权限。感谢Nick Lowe:http://processprivileges.codeplex.com/步骤1:设置内核优先权限Microsoft 设计了可以获取包含结构数组的结构的 API。没有适用于此的编组过程的捷径。要么假设数组是 length=1 要么要求数组大小在编译时预先确定。为此,我设计了一个类,它通过 System.IntPtr拥有微软在未管理的内存中需要的确切结构。当前,我不得不采用不安全的步骤,但是我确定,将来会有办法绕过。[return: MarshalAs(UnmanagedType.Bool)]
[SuppressUnmanagedCodeSecurity, DllImport("advapi32.dll", SetLastError = true)] internal static extern bool AdjustTokenPrivileges(AccessTokenHandle accessTokenHandle,
[MarshalAs(UnmanagedType.Bool)] bool disableAllPrivileges, IntPtr NewPriviledges, Int32 bufferLength, ref IntPtr PriorPriviledges, out Int32 returnLength); 将我的类和 Nick Lowe 的优先代码相结合,我们可以设置内核优先权限:
- 2022-05-07 13:17:48下载
- 积分:1
-
Delphi环境下利用TWAIN实现对扫描仪的控制
调试环境:Win XP;Delphi 7/5...
Delphi环境下利用TWAIN实现对扫描仪的控制
调试环境:Win XP;Delphi 7/5-Delphi environment to realize the use of TWAIN scanner control debugging environment: Win XP Delphi 7/5
- 2022-05-18 17:59:35下载
- 积分:1
-
实现windows系统下的系统信息的查询,与基本的开关机等功能。...
实现windows系统下的系统信息的查询,与基本的开关机等功能。-Realize the system under the windows system information inquiries, and basic features such as switch machines.
- 2022-07-14 12:01:25下载
- 积分:1
-
Himself wrote a background service procedures, be registered as a system service...
自己写的一个后台服务程序,注册成为系统服务后,提供对外的数据通信服务-Himself wrote a background service procedures, be registered as a system service, to provide external data communications services
- 2022-03-24 02:25:47下载
- 积分:1
-
VB中API的简单应用源码,有兴趣的下载
VB中API的简单应用源码,有兴趣的下载-VB API simple application source code, are interested in downloading
- 2022-08-31 19:35:02下载
- 积分:1