联合开发网   搜索   要求与建议
                登陆    注册
排序按匹配   按投票   按下载次数   按上传日期
按分类查找All 系统编程(62) 

[系统编程] AlertClockSrc

消息时钟提醒器:时钟精灵1.0 几个月以前,记得当时玩QQ农场火热,每天都沉浸在偷菜的喜悦之中:-) 可是平日工作繁忙,而且又不能经常抽时间上QQ农场查看朋友的植物生长情况,所以萌发了写一个“定时提醒器”的软件的想法。毕竟写多年程序了,在计算机里遇到的问题首先是想让机器能为我服务,至少要减轻我批量任务的负担,呵呵,就是这样,我用了两天时间写了这个小东西。 目标:这个小东西能干什么呢? 1. 它必须可以在我输入事件文本以及指定时间后,能即时提醒。 2. 它必须具有事件列表以供我查看历史,现在,以及未来发生的事件。 3. 当事件来临时,它不能影响我正常的计算机工作,所以要在右下角图标区闪动即可。 扩充功能: 4. 它可以作为普通的“消息提醒器”使用,而不仅仅针对QQ农场的偷菜事件。 所以,可允许我选择该事件是否为“每日固定发生事件”。这样,平时工作中,我可以把一些即将发生的工作事件记录在这个软件中,从而解决我健忘的毛病!
no (2010-01-07, Visual C++, 1860KB, 下载59次)

http://www.pudn.com/Download/item/id/1032136.html

[系统编程] getHDSN

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 WinNT Model and serial number of the hard disk. DriveID parameters for the hard disk location, IDE1 on the main disk to 0, by analogy to IDE2 on driveID from the disk 3. function ReadPhysicalDrive9X (driveID: integer buffer: Pointer bufLen: integer): integer stdcall external DiskID.dll name ReadDrivePortsInWin9X obtained under Win9X Model and serial number of the hard disk. Ibid parameters function getHardDriveComputerID: int64 stdcall external DiskID.dll name getHardDriveComputerID access to the computer s ID (2004-07-06, Visual C++, 200KB, 下载111次)

http://www.pudn.com/Download/item/id/1089115506221767.html
1234
总计:62