Print the content of an embedded IE html control: Difference between revisions

m
Line 10: Line 10:


   Procedure DoPrintImage
   Procedure DoPrintImage
   
     // This message prints directly to the default printer;
     // This message prints directly to the default printer;
     // Send ComExecWB OLEOLECMDID_PRINT OLEOLECMDEXECOPT_DONTPROMPTUSER 0 0
     // Send ComExecWB OLEOLECMDID_PRINT OLEOLECMDEXECOPT_DONTPROMPTUSER 0 0
 
   
     // This message presents the printer dialog before printing;
     // This message presents the printer dialog before printing;
     Send ComExecWB OLEOLECMDID_PRINT OLEOLECMDEXECOPT_PROMPTUSER 0 0
     Send ComExecWB OLEOLECMDID_PRINT OLEOLECMDEXECOPT_PROMPTUSER 0 0