随笔分类 - delphi7
摘要:Delphi7 调用IE 浏览器选项.uses ShellAPI;begin ShellExecute(Handle, 'open', 'control.exe', 'INETCPL.CPL', Nil, SW_SHOWNORMAL);end;
阅读全文
摘要:Delphi7 打开 Windows 资源管理器转到文件夹并选中指定文件.var strFilePath: string;begin ShellExecute(Handle, 'open', PChar('explorer.exe'), PChar('/select,' + strFilePat...
阅读全文
摘要:Delphi7 调用 Windows 照片查看器打印对话框.uses ShellAPI;var strPictureFilePath: string;begin ShellExecute(Handle, 'print', PChar(strPictureFilePath), nil, nil, ...
阅读全文

浙公网安备 33010602011771号