c# - ExternalException when saving the result of ScreenCapture.CaptureActiveWindow -


recently i'm trying save active window using c# language. problem shown below

enter image description here

the code capture is:

var image = screencapture.captureactivewindow(); image.save(@"c:\temp\snippetsource.jpg", imageformat.jpeg); 


Comments

Popular posts from this blog

IF statement in MySQL trigger -

c++ - What does MSC in "// appease MSC" comments mean? -

android - MPAndroidChart - How to add Annotations or images to the chart -