I have a full screen form to block all inputs. How to capture screenshot of all desktop behind this form? In other words, how to take a printscreen without appearing this form that is in front of the screen?
I'm writing a remote access software. I need show info of technical support in screen and block all inputs during access for analysts work quietly - VNC for example have option to turn off the monitor, Dameware have option to block input.
There is another way to work remotely behind this lock screen?
While I am fully in line with the commenters, that it is not a good idea to block user input with a full screen form, here is some code to get you started. The code assumes a screen size of 1920 x 1200.
The DFM looks like this: