List/Grid Tag Archives: windows form image
How To Capture Image Of Windows Form In C#
You can directly press “Alt + PrtSc” to copy image of any active window to clipboard which you can paste in any Image Editor Program like Paint, Photoshop etc.. If you just need to have image of your Windows Form of your application, you can either use the upper technique, but you can also use simple code to capture image of your Windows Form which will also create an image…