M
mancao
Unregistered / Unconfirmed
GUEST, unregistred user!
<font color="red"><strong>怎么把字体保存到注册表中去?</strong></font>(100分)<br />begin
fFIniFile := TRegIniFile.Create;
ffinifile.rootkey:=HKEY_CURRENT_USER;
if fd.Execute =true then
begin
ffinifile.WriteExpandString(keypath, '邮编字体',fd.Font);//这句该怎么写???
end;
fFIniFile.free;
其中FD为字体对话框,请个为高手帮忙????
fFIniFile := TRegIniFile.Create;
ffinifile.rootkey:=HKEY_CURRENT_USER;
if fd.Execute =true then
begin
ffinifile.WriteExpandString(keypath, '邮编字体',fd.Font);//这句该怎么写???
end;
fFIniFile.free;
其中FD为字体对话框,请个为高手帮忙????