Click here to Skip to main content
15,902,634 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Prevent Screen Capturing Pin
CPallini8-Sep-10 2:40
mveCPallini8-Sep-10 2:40 
GeneralRe: Prevent Screen Capturing Pin
Iain Clarke, Warrior Programmer8-Sep-10 2:53
Iain Clarke, Warrior Programmer8-Sep-10 2:53 
GeneralRe: Prevent Screen Capturing Pin
Nishad S8-Sep-10 3:09
Nishad S8-Sep-10 3:09 
GeneralRe: Prevent Screen Capturing Pin
Iain Clarke, Warrior Programmer8-Sep-10 3:23
Iain Clarke, Warrior Programmer8-Sep-10 3:23 
GeneralRe: Prevent Screen Capturing Pin
Nishad S8-Sep-10 3:58
Nishad S8-Sep-10 3:58 
GeneralRe: Prevent Screen Capturing Pin
Emilio Garavaglia8-Sep-10 5:17
Emilio Garavaglia8-Sep-10 5:17 
GeneralRe: Prevent Screen Capturing Pin
Nishad S8-Sep-10 19:48
Nishad S8-Sep-10 19:48 
GeneralRe: Prevent Screen Capturing Pin
Emilio Garavaglia8-Sep-10 20:47
Emilio Garavaglia8-Sep-10 20:47 
"I am not disabling any system feature than making my application react differently"

Don't play with words: the print-screen is not a functionality that belongs to your application. Things don't become "legal" if you call them differently.

"And if I give the user full permission to take copies as he/she desires..."
Respect to what the European law says, the user HAS THE FULL LEGAL RIGHT to make all the copies he wants for his own personal use.
Trying to avoid this is illegal.
At least in the EEC.

If you want to limit the use of your application make your application binded to something that cannot be easily changed (HW dongle, registration keys, etc. etc.) but limiting the user rights about his own use of his own tools is an abuse.
Your rights about how your software is use ends where the right about how the user use his system begins.

2 bugs found.
> recompile ...
65534 bugs found.
D'Oh! | :doh:


GeneralRe: Prevent Screen Capturing Pin
Emilio Garavaglia8-Sep-10 5:27
Emilio Garavaglia8-Sep-10 5:27 
GeneralRe: Prevent Screen Capturing Pin
JudyL_MD8-Sep-10 13:06
JudyL_MD8-Sep-10 13:06 
GeneralRe: Prevent Screen Capturing Pin
Niklas L8-Sep-10 21:43
Niklas L8-Sep-10 21:43 
GeneralRe: Prevent Screen Capturing Pin
Emilio Garavaglia8-Sep-10 5:39
Emilio Garavaglia8-Sep-10 5:39 
GeneralRe: Prevent Screen Capturing Pin
Moak8-Sep-10 6:33
Moak8-Sep-10 6:33 
General[OT] Re: Prevent Screen Capturing Pin
David Crow8-Sep-10 9:25
David Crow8-Sep-10 9:25 
GeneralRe: Prevent Screen Capturing Pin
Emilio Garavaglia13-Sep-10 1:41
Emilio Garavaglia13-Sep-10 1:41 
AnswerRe: Prevent Screen Capturing Pin
Maximilien8-Sep-10 2:48
Maximilien8-Sep-10 2:48 
QuestionHow to execute an external program based on file extension Pin
William Engberts8-Sep-10 0:12
William Engberts8-Sep-10 0:12 
AnswerRe: How to execute an external program based on file extension Pin
Niklas L8-Sep-10 0:36
Niklas L8-Sep-10 0:36 
GeneralRe: How to execute an external program based on file extension Pin
William Engberts8-Sep-10 22:08
William Engberts8-Sep-10 22:08 
AnswerRe: How to execute an external program based on file extension Pin
KingsGambit8-Sep-10 0:38
KingsGambit8-Sep-10 0:38 
JokeRe: How to execute an external program based on file extension Pin
Iain Clarke, Warrior Programmer8-Sep-10 21:00
Iain Clarke, Warrior Programmer8-Sep-10 21:00 
GeneralRe: How to execute an external program based on file extension Pin
William Engberts8-Sep-10 22:11
William Engberts8-Sep-10 22:11 
QuestionWM_PAINT [modified] Pin
Krauze7-Sep-10 16:35
Krauze7-Sep-10 16:35 
AnswerRe: WM_PAINT Pin
Luc Pattyn7-Sep-10 17:01
sitebuilderLuc Pattyn7-Sep-10 17:01 
GeneralRe: WM_PAINT Pin
Krauze7-Sep-10 18:14
Krauze7-Sep-10 18:14 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.