Booo Posted May 25, 2014 Share Posted May 25, 2014 hello all i need function print Screen + exampl Link to comment Share on other sites More sharing options...
JohnOne Posted May 25, 2014 Share 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. Link to comment Share on other sites More sharing options...
Booo Posted May 25, 2014 Author Share 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 Link to comment Share on other sites More sharing options...
somdcomputerguy Posted May 25, 2014 Share 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. Link to comment Share on other sites More sharing options...
mikell Posted May 25, 2014 Share Posted May 25, 2014 #include <ScreenCapture.au3> Opt("WinTitleMatchMode", -2) _ScreenCapture_CaptureWnd(@DesktopDir & "\GDIPlus_Image.jpg", WinGetHandle("firefox")) ShellExecute(@DesktopDir & "\GDIPlus_Image.jpg") Link to comment Share on other sites More sharing options...
Booo Posted May 25, 2014 Author Share 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 Link to comment Share on other sites More sharing options...
Booo Posted May 25, 2014 Author Share 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 Link to comment Share on other sites More sharing options...
UEZ Posted May 26, 2014 Share 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!¯\_(ツ)_/¯ ٩(●̮̮̃•̃)۶ ٩(-̮̮̃-̃)۶ૐ Link to comment Share on other sites More sharing options...
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