I am printing a tiff file from my Visual Basic program. I need to capture the status of the printing. I tried to use the CheckContinuePrinting event and it is not working. Probably I am not using it correctly. Also, I know that before using this event the UseCheckContinuePrinting property must be set to true.
Jeff Johnson [MVP: VB] - 27 Feb 2004 20:24 GMT
> I am printing a tiff file from my Visual Basic program. I need to capture the
> status of the printing. I tried to use the CheckContinuePrinting event and it
> is not working. Probably I am not using it correctly. Also, I know that before
> using this event the UseCheckContinuePrinting property must be set to true.
??? The CheckContinuePrinting event of WHAT?