I cant seem to find anything on this.. Does anyone know how this could be achieved?
I'd want to freeze the entire desktop with a single keypress, then undo it with the same or different keypress.
(windows app, win vista or win 7, x86/x64)..
Thanks
Loading
Sam HobbsPosted Mar 18, 2011, 5:54 PM
First note that this is actually multiple questions. The part about writing an application that is in the task bar notification area is separate from freezing and unfreezing the screen. The part about pressing a key is separate from the part about freezing the screen. They are related only in the sense that your requirements make them related. The way to do them are not related. People that answer questions are less likely to help with very general questions that require a lot of time to answer because they ask for so much.
For writing an application that is in the task bar notification area, please see the articles in this web site. Then when you have specific questions, ask specific questions. Also for reading key presses, see the articles in this web site.
The thing that is not clear is if you are asking how to do this for one application you wrote or one application that you don't have the source code for or all applications.