c# - ExternalException when saving the result of ScreenCapture.CaptureActiveWindow -
recently i'm trying save active window using c# language. problem shown below
the code capture is:
var image = screencapture.captureactivewindow(); image.save(@"c:\temp\snippetsource.jpg", imageformat.jpeg);
Comments
Post a Comment