Delphi7 调用 Windows 照片查看器打印对话框.
uses ShellAPI; var strPictureFilePath: string; begin ShellExecute(Handle, ‘print‘, PChar(strPictureFilePath), nil, nil, SW_SHOW); end;
时间: 2024-10-05 22:29:34
Delphi7 调用 Windows 照片查看器打印对话框.
uses ShellAPI; var strPictureFilePath: string; begin ShellExecute(Handle, ‘print‘, PChar(strPictureFilePath), nil, nil, SW_SHOW); end;