JohnOne Posted May 25, 2014 Posted May 25, 2014 _ScreenCapture_Capture <- help file. AutoIt Absolute Beginners Require a serial Pause Script Video Tutorials by Morthawt ipify Monkey's are, like, natures humans.
Booo Posted May 25, 2014 Author Posted May 25, 2014 _ScreenCapture_Capture <- help file. thank u bro can tell me how use _ScreenCapture_CaptureWnd with firfox this my code not work ! #include <ScreenCapture.au3> Example() Func Example() Local $hGUI _ScreenCapture_CaptureWnd(@MyDocumentsDir & "\GDIPlus_Image.jpg", "firefox.exe") ShellExecute(@MyDocumentsDir & "\GDIPlus_Image.jpg") EndFunc
somdcomputerguy Posted May 25, 2014 Posted May 25, 2014 (edited) Try the function _ScreenCapture_Capture, as was suggested. Try reading the Help file, it'll help alot. You could also try this Firefox add-on - FireShot - http://getfireshot.com/ Edited May 25, 2014 by somdcomputerguy - Bruce /*somdcomputerguy */ If you change the way you look at things, the things you look at change.
mikell Posted May 25, 2014 Posted May 25, 2014 #include <ScreenCapture.au3> Opt("WinTitleMatchMode", -2) _ScreenCapture_CaptureWnd(@DesktopDir & "\GDIPlus_Image.jpg", WinGetHandle("firefox")) ShellExecute(@DesktopDir & "\GDIPlus_Image.jpg")
Booo Posted May 25, 2014 Author Posted May 25, 2014 Try the function _ScreenCapture_Capture, as was suggested. Try reading the Help file, it'll help alot. You could also try this Firefox add-on - FireShot - http://getfireshot.com/ I want to take a screen shot of specific window ,like firefox
Booo Posted May 25, 2014 Author Posted May 25, 2014 #include <ScreenCapture.au3> Opt("WinTitleMatchMode", -2) _ScreenCapture_CaptureWnd(@DesktopDir & "\GDIPlus_Image.jpg", WinGetHandle("firefox")) ShellExecute(@DesktopDir & "\GDIPlus_Image.jpg") thank u bro
UEZ Posted May 26, 2014 Posted May 26, 2014 If you have Vista or a higher operating system you can try out >AutoIt Windows Screenshooter. Just push "Screenshot a Web Site", type your URL and see whether it works. Br, UEZ Booo 1 Please don't send me any personal message and ask for support! I will not reply! Selection of finest graphical examples at Codepen.io The own fart smells best! ✌Her 'sikim hıyar' diyene bir avuç tuz alıp koşma!¯\_(ツ)_/¯ ٩(●̮̮̃•̃)۶ ٩(-̮̮̃-̃)۶ૐ
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now