J
Jonas Pedersen
Hi,
I use the Microsoft DSOFramer.OCX to host my word documents.
I have some problems printing.
I would like to print without getting the print dialog and all code to stop
executing until the print job is complete.
1) The printout method exposed by the ocx works fine, I can hide the print
dialog, but the I can not set the background property to false.
2) So I tried to get the activedocument which gives me the word_document
interface, and when I call the PrintOut method in here, I can set the
background property to false, but I can not hide the print dialog.
Any help would be much appreciated.
Thanks
Jonas
I use the Microsoft DSOFramer.OCX to host my word documents.
I have some problems printing.
I would like to print without getting the print dialog and all code to stop
executing until the print job is complete.
1) The printout method exposed by the ocx works fine, I can hide the print
dialog, but the I can not set the background property to false.
2) So I tried to get the activedocument which gives me the word_document
interface, and when I call the PrintOut method in here, I can set the
background property to false, but I can not hide the print dialog.
Any help would be much appreciated.
Thanks
Jonas