01 2015 档案
摘要: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号