I wont save image of screen by using Clipboard.
How can I emulate PrintScreen-key pressing ? (keybd_event(VK_SNAPSHOT,0,0,0) not fit. It save in Clipboard only current Form.)
Or there are another way to save Screen image?