Delphi7 调用 Windows 控制面板

Delphi7 调用 IE 浏览器选项.

uses ShellAPI;

begin
    ShellExecute(Handle, 'open', 'control.exe', 'INETCPL.CPL', Nil, SW_SHOWNORMAL);
end;

 

posted @ 2015-05-06 21:33  donpps  阅读(114)  评论(0编辑  收藏  举报