I'm currently programming in c++ with the native windows library. Here is the thing: my program has to allow the user to capture a part of his screen. He has to select an area of the screen (with the mouse) while pressing the Ctrl key. Thus the question is how to disable the mouse effects (text selection on websites for example...) while he's pressing the the Ctrl key?
Thank you in advance!