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

android - How to save instance state of selected radiobutton on menu -

python 3 IndexError: list index out of range -

IF statement in MySQL trigger -