Delphi7 调用 Windows 照片查看器打印对话框

Delphi7 调用 Windows 照片查看器打印对话框.

uses ShellAPI;

var
  strPictureFilePath: string;
begin
  ShellExecute(Handle, 'print', PChar(strPictureFilePath), nil, nil, SW_SHOW);
end;

 

posted @ 2015-01-29 17:26  donpps  阅读(753)  评论(0编辑  收藏  举报