Ferdalizer
Programmer
Greetings!
I have an app that is processing and printing over 1100 html documents and I am using:
DECLARE INTEGER ShellExecute IN shell32.dll ;
INTEGER hndWin, STRING cAction, STRING cFileName, ;
STRING cParams, STRING cDir, INTEGER nShowWin
=ShellExecute(0,"PRINT","MyHTML.HTM","","",1)
The only problem is that I have to hit print everytime.
Is there a way to avoid opening the print dialog?
Thanks in advance!
Fred
I have an app that is processing and printing over 1100 html documents and I am using:
DECLARE INTEGER ShellExecute IN shell32.dll ;
INTEGER hndWin, STRING cAction, STRING cFileName, ;
STRING cParams, STRING cDir, INTEGER nShowWin
=ShellExecute(0,"PRINT","MyHTML.HTM","","",1)
The only problem is that I have to hit print everytime.
Is there a way to avoid opening the print dialog?
Thanks in advance!
Fred