How to save screenshots automatically?
(if label1.Text=="Sam")//takes a screen shot for the form
if(label1.Text=="Julia")//takes a screen shot for the form
and so on...
Screen shots are taken and being saved in a specific path I define at first.
This means when I open the application I define a path that the screenshots will be saved to. Then, when I click a button screenshots are being saved to the path I defined before, and I will not do anything more to save screenshots. They are saved automatically.
How to make that, please? Amen