资源列表
系统身份验证
- 对系统用户操作的样例,在系统验证中可以用到,代码简洁。-the system user of the sample, the system verification can be used, concise code.
IDEHDD
- 真正的硬盘序列号提取实例,绝对不是卷标的提取.-really drives serial extraction example, the label is not extracted.
IpInfo300
- 获取网络内部各端口的IP,分析数据的传送,监听数据包的内容-This program captures IP of all ports within network,analyses transmission of data,monitores content of data packages.
lcc42
- lcc4.2源代码,不用多说,大家都知道。-lcc4.2 source code, among other things, as we all know.
jianyan
- 检测是否网络连接(不论你是用-This program detect that network whether connected.
关机助手 Ver1.0
- 定时关机程序,通过该程序可以了解一些相关的东西.适合新手.-Mytob.BSNotes procedure for the adoption of the program can understand some relevant things. For newcomers.
PROcode
- 用C++编程实现进程的创建与撤销功能,并在屏幕上观察进程活动的结果-C programming process with the creation of functional revoked, and on the screen of the observation process results
terry
- sniffer获取IP数据抱,分析TCP,UDP,ICMP数据抱-sniffers have access to IP data, analyze TCP, UDP, ICMP data hold
光驱助手
- 本代码通过VC++6.0编写,实现光驱的弹出和关闭功能,占内存很少的哟!-the code prepared by VC 6.0, the drive to achieve the pop-up and closure function, or very little memory yo!
“系统飞狐”中获取系统信息的方法
- 在我的系统设置软件“系统飞狐”中,应用到一个获取系统信息的源代码 ,在VC++中经过巧妙转换应用到我的软件中,取得了良好的效果,也许很多人都见过这个简单的获取系统信息的类sysinfo,在系统飞狐中充分扩展了它的功能 。该类首先需要编译一个DLL文件然后再调用它根据需要生成我们自己的应用程序。-in my system setup software "flying fox system," the application access to an information sy
系统托盘编程完全指南(一)
- 自从Windows 95面市以来,系统托盘应用作为一种极具吸引力的UI深受广大用户的喜爱。使用系统托盘UI的Windows应用程序数不胜数,比如\"金山词霸\"、\"Winamp\"、\"RealPlayer\"等等。那么如何编写自己的托盘应用呢?此代码是系列文章中的例子代码,比较系统地示范了托盘应用的编程。并创建自己的C++类来增强系统托盘应用的特性。代码参考价值极高。-since the launch of the system tray application as a very attr
系统托盘编程完全指南(三)
- 这是“系统托盘编程完全指南(三)”文章的配套例子代码。实现了托盘程序图标气球式样的提示。这是一个IE5.0+以后才有的新特性。 托盘程序的信息提示通常是将鼠标光标移到托盘图标上之后,Windows会发送消息给托盘程序,从而显示提示信息——Tooltip。但在Windows XP中我们还看到有些系统托盘程序是自动显示ToolTips信息的,也就是说不用将鼠标光标移到托盘图标上便可显示ToolTips,在这是怎么实现的呢?此代码将示范一种新奇的ToolTips风格,它叫做气球提示:Balloon T