Delphi锁定IE禁止修改IE主页.rar

时间:2022-07-30 11:35:33
【文件属性】:

文件名称:Delphi锁定IE禁止修改IE主页.rar

文件大小:25KB

文件格式:RAR

更新时间:2022-07-30 11:35:33

Delphi源码-网络相关

Delphi锁定IE,禁止修改IE主页,禁止对IE浏览器设置默认主页,简单的代码。Delphi代码如下:   if Application.MessageBox('确定要更改吗?','提示',MB_YESNO)= ID_YES then   begin    MyReg := TRegistry.Create;    MyReg.RootKey := HKEY_CURRENT_USER;    if MyReg.OpenKey('\Software\Policies\Microsoft\Internet Explorer\Control Panel',True) then    begin    MyReg.WriteInteger('HomePage',1);    Application.MessageBox('修改成功!','提示',64);    end;   end;


【文件预览】:
codesc.net
----Delphi锁定IE()
--------Unit1.ddp(51B)
--------取消.bmp(3KB)
--------Project1.res(876B)
--------Unit1.dcu(5KB)
--------Unit1.dfm(28KB)
--------Project1.cfg(434B)
--------修改.bmp(3KB)
--------Project1.dpr(188B)
--------ie.JPG(5KB)
--------Project1.dof(2KB)
--------Unit1.pas(2KB)

网友评论