I am Creating an windows application using c#.I have a button which should capture the image(the entire Desktop screen) and Save it in a folder .Also i need to show the preview of the image .
I am Creating an windows application using c#.I have a button which should capture
Share
Graphics.CopyFromScreen Method
sample code:
as for show the preview. IMO not that hard to write it on ur own.