码迷,mamicode.com
首页 > Windows程序 > 详细

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

时间:2015-01-29 19:01:36      阅读:209      评论:0      收藏:0      [点我收藏+]

标签:

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

uses ShellAPI;

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

 

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

标签:

原文地址:http://www.cnblogs.com/donpps/p/4260461.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!