Develop and Download Open Source Software

Browse CVS Repository

Diff of /gikonavigoeson/gikonavi/GikoSystem.pas

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

revision 1.187.2.3 by h677, Sat Jul 23 08:10:05 2005 UTC revision 1.187.2.4 by h677, Wed Jul 27 14:50:54 2005 UTC
# Line 4255  var Line 4255  var
4255  begin  begin
4256          R := TRegistry.Create;          R := TRegistry.Create;
4257          try          try
4258                    //読み取り専用にしないと、制限USERとかの場合、開けないみたい
4259                    R.Access := KEY_EXECUTE;
4260                  R.RootKey := HKEY_LOCAL_MACHINE;                  R.RootKey := HKEY_LOCAL_MACHINE;
4261                  R.OpenKey('Software\Microsoft\Internet Explorer', False);                  R.OpenKey('Software\Microsoft\Internet Explorer', False);
4262                  try                  try

Legend:
Removed from v.1.187.2.3  
changed lines
  Added in v.1.187.2.4

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26