Hi, my be someone can help me please! I can find the way to put image.jpg in clipboard and retrive it with ctrl+v in other application? I get a screenshot of region of window with this function: Func SnapShot() WinActive("Camera") $hcamera=WinGetHandle("Camera") _ScreenCapture_CaptureWnd($scatto,$hcamera,20,45,335,280,false) _ScreenCapture_SetJPGQuality(80) _ScreenCapture_SaveImage($scatto,1,true) EndFunc Now I need to copy on clipboard the image that i saved with the jpg format and qual