[EMAIL PROTECTED] (David M. Karr) wrote in message news:<[EMAIL PROTECTED]>... > How feasible is it to have Mozilla, or some variant thereof, to run as a > "background" application, where it is directed to view a file containing an > email message whose body is HTML, and then automatically select the "Print" > option and automatically submit it, without user intervention? > > Can this be done with off-the-shelf Mozilla, or do I have to get into something > more complicated?
I have had success embedding the Mozilla ActiveX control in a Delphi 5 app in the Win32 environment, and printing the loaded document without user intervention. Wasn't too bad. Should be able to package this in a way where it runs as a background task. I'm sure your environment is different, but most of this should translate directly. See Adam Lock's Mozilla ActiveX site, http://www.iol.ie/~locka/mozilla/mozilla.htm Jim Daniels
