Dec 24, 2008

disable copy-past




disable copy-past
Set objIE = CreateObject("InternetExplorer.Application")
objIE.Navigate("about:blank")
l=0
DO
objIE.document.parentwindow.clipboardData.SetData "text", ""
Loop until (l>1)

save it as something.vbs

and use that to disable copy-past

0 comments: