使用 TRegistry 类[4]: 文件打开与文件图标的关联
摘要:代码文件: unit Unit1; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, StdCtrls; type TForm1 = class(TForm) Memo1: TMemo; Button1: TButt...
阅读全文
posted @
2008-08-24 00:17
万一
阅读(4371)
推荐(0)
使用 TRegistry 类[3]: 创建与删除
摘要:代码文件: unit Unit1; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, StdCtrls; type TForm1 = class(TForm) Button1: TButton; Button2: ...
阅读全文
posted @
2008-08-23 22:56
万一
阅读(5364)
推荐(1)
使用 TRegistry 类[2]: 读取 IE 浏览器的 Start Page
摘要:代码文件: unit Unit1; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, StdCtrls; type TForm1 = class(TForm) Button1: TButton; procedure...
阅读全文
posted @
2008-08-23 22:18
万一
阅读(3260)
推荐(0)
使用 TRegistry 类[1]: 显示各主键下的项
摘要:{XP 注册表中的主键} HKEY_CLASSES_ROOT {文件类型信息} HKEY_CURRENT_USER {当前用户信息} HKEY_LOCAL_MACHINE {软硬件信息} HKEY_USERS {所有用户信息} HKEY_CURRENT_CONFIG {当前配置信息} {Delphi 定义的常量} HKEY_CLASSES_ROOT ...
阅读全文
posted @
2008-08-23 21:51
万一
阅读(5635)
推荐(0)