if there is any way to prevent my application from taking screen shot iam using this method
Code:
 If Clipboard.ContainsImage = True Then Clipboard.Clear()
if this is correct?
and also what about screen capture application they take the screen shot without using clip board what is logic behind it and if there is any way to resolve it?