How to print the screen using autoit? I know _ScreenCapture_Capture but I want to print only a region of the screen #include <A3LScreenCap.au3> ; Capture full screen _ScreenCap_Capture("C:\Image1.jpg") ; Capture region _ScreenCap_Capture("C:\Image2.jpg", 0, 0, 796, 596) But I want to print the screen selected by the user... i dont know how to do that! PLEASE HELP ME!