Preventing Screenshots in Application

Started by Intrigue, October 21, 2005, 10:43:44 AM

Previous topic - Next topic

Intrigue

Hi,

Does anybody know of coding to prevent users of an application created in VB taking screenshots? I need it to protect my graphical work from other artists.

Thanks,

Intrigue
www.intriguegames.com

TheProgrammingZone

You can prevent print screen by just clearing the clipboard
Such clipboard.clear
But you can not stop other screen capture programs.

VisualBasicZone.com

Intrigue

Thanks...I'll give that a go then.

Intrigue

thevbprogrammer

I'm sure there's a way, Windows Media Player and others (like Real Player) does it. :|