preventing printing (don't need fullproof)

C

colt

Hello,

I am looking for a simple way to prevent users from printing a document. I
only need a basic prevention i.e. I understand that any user can break it.
thanks.

Daniel
 
H

Howard Kaikow

Use a DocumentBeforePrint event in a macro.
Password protect the macro project or, better yet, include the macro in a VB
6 DLL.
 
Top