-
VC编写的DLL,可以获得硬盘的型号、序列号以及计算机 ID, 带Delphi的源程序,在Win2K下通过,但是没有在Win9X下试过, 感兴趣的朋友可以在Wi...
VC编写的DLL,可以获得硬盘的型号、序列号以及计算机 ID, 带Delphi的源程序,在Win2K下通过,但是没有在Win9X下试过, 感兴趣的朋友可以在Win9X 下试一下,或者编写一个VB的范例。 函数以及定义: function ReadPhysicalDrive(driveID:integer;buffer:Pointer;bufLen:integer):integer; stdcall; external DiskID.dll name ReadPhysicalDriveInNT ; 获得WinNT下的硬盘型号以及序列号。参数driveID为硬盘的位置, IDE1上的主盘为0,类推到IDE2上的从盘的driveID为3。 function ReadPhysicalDrive9X (driveID:integer;buffer:Pointer;bufLen:integer):integer; stdcall; external DiskID.dll name ReadDrivePortsInWin9X ; 获得Win9X下的硬盘型号以及序列号。参数同上 function getHardDriveComputerID:int64; stdcall; external DiskID.dll name getHardDriveComputerID ; 获得计算机的ID -VC prepared DLL, get the hard drive model, serial number and computer ID, with Delphi s source code, adopted in Win2K, but not under Win9X tried interested can try under Win9X, or prepare a VB example. Function as well as the definition: function ReadPhysicalDrive (driveID: integer buffer: Pointer bufLen: integer): integer stdcall external DiskID.dll name ReadPhysicalDriveInNT obtained under Win
- 2022-02-15 18:15:01下载
- 积分:1
-
通常考虑在多用程序编写的程序
通常认为在编写程序中用到多线程是一个高级的编程任务,容易发生错误。在本月的栏目中,我将在一个Windows® 窗体应用程序中使用多线程,它具有实际的意义,同时尽量使事过去用 C++/MFC 开发程序时,常常为用户提供鼠标的右键单击功能,如今在 .NET 框架中使用 C#,也想在程序中提供鼠标右键单击功能,比如,在文本框、窗格、标签以及主窗口背景上使用鼠标右键。毕竟 C# 不是 C++/MFC,那么如何用 C# 处理鼠标事件呢?-Usually consider the procedures used in the preparation of multi-threaded programming is an advanced task, prone to error. In this month
- 2023-03-23 16:30:04下载
- 积分:1
-
当在某台电脑主机上运行了这个软件后,只要有闪存接上这台电脑,那么闪存中的所有文件资料都将被悄悄拷贝到指定的文件夹中。...
当在某台电脑主机上运行了这个软件后,只要有闪存接上这台电脑,那么闪存中的所有文件资料都将被悄悄拷贝到指定的文件夹中。
-When a host computer running this software, as long as flash memory connected to this computer, then the flash all the documents will be silently copied to the specified folder.
- 2022-07-01 18:47:15下载
- 积分:1
-
WIN2000 the principle of virtual memory mechanism simulation and fully realize w...
WIN2000的虚拟内存的原理机制的完全仿真与实现,没有用MFC,完全用WIN32和DDK实现.设计思想非常漂亮.-WIN2000 the principle of virtual memory mechanism simulation and fully realize without using MFC, Win32 and entirely DDK achieve. Design thinking is very beautiful.
- 2022-01-26 00:15:07下载
- 积分:1
-
把两个exe文件捆绑成一个exe文件。使用了一个宿主exe。
把两个exe文件捆绑成一个exe文件。使用了一个宿主exe。-Exe files of the two exe files into a bundle. The use of a host exe.
- 2022-05-23 18:39:14下载
- 积分:1
-
系统热键操作
系统热键操作-operation, etc.
- 2023-07-31 08:50:03下载
- 积分:1
-
一个关于在程序中使用定时器的例子,很好的参考
一个关于在程序中使用定时器的例子,很好的参考-A procedure on the example of the use of timers, a good reference
- 2022-02-01 07:27:57下载
- 积分:1
-
好东西,用dephi写的,高数中的算法,包括积分,微分,极限,级数,最优化方法等...
好东西,用dephi写的,高数中的算法,包括积分,微分,极限,级数,最优化方法等-good things with dephi written in the high number of algorithms, including integral, differential, limit, series, optimization methods
- 2022-11-20 05:25:04下载
- 积分:1
-
功能强大的TTF字库编辑程序,支持Windows/Linux,完整source code.
功能强大的TTF字库编辑程序,支持Windows/Linux,完整source code.-powerful TTF font editor, support for Windows/Linux, complete source code.
- 2022-02-04 19:27:40下载
- 积分:1
-
Visual C++ 6.0的MFC SYMBOL (符号调试文件) Very useful ! 识货的下
Visual C++ 6.0的MFC SYMBOL (符号调试文件) Very useful ! 识货的下-Visual C 6.0 MFC Symbol (symbolic debugger) Very useful! Know the quality of the next
- 2023-08-31 10:50:04下载
- 积分:1