
PrintDlg when using ShellExecute
You may try displaying the dialog yourself, then using printto verb with
ShellExecute. See KB Article Q224961 "Description of Print Switches
Contained in File Types"
--
With best wishes,
Igor Tandetnik
"For every complex problem, there is a solution that is simple, neat,
and wrong." H.L. Mencken
Quote:
> Hi,
> Iam printing a text file using ShellExecute. But it doesnt pop up the
> PrintDlg.
> ShellExecute( NULL, "Print", "test.txt", NULL, NULL, 0 );
> Is there any way to pop-up the print dialog while still using
ShellExecute ?
> Thanks,
> -Venkat