delphitask
Programmer
Could anyone please tell me why print using Shellexecute does not bring up the PrintDialog. This is the command used.
Shellexecute(0, 'Print', pchar(Filename), '', nil, SW_SHOW);
It prints directly to the default printer. We Need to print pdf ,doc,html,xls files and need to give user ability to choose printer.
Shellexecute(0, 'Print', pchar(Filename), '', nil, SW_SHOW);
It prints directly to the default printer. We Need to print pdf ,doc,html,xls files and need to give user ability to choose printer.