2009/09/09 07:53

How to print external document ?


Without complex programming, you can Print document by ShellExecute function.

use ShellAPI;

.
.
.

ShellExecute(Handle, 'Print', PChar('c:\test\test.doc'), nil, nil, SW_SHOW);
Trackback 0 Comment 0

Trackback : Cannot send a trackbact to this post.