caleb41610 Posted February 23, 2013 Share Posted February 23, 2013 I seen a post about taking in a website url and spitting out an image of the page, without actually popping up a browser. I can't seem to find the link now. Multi-Connection TCP Server Link to comment Share on other sites More sharing options...
PhoenixXL Posted February 23, 2013 Share Posted February 23, 2013 Maybe a PrintWindow call with a hidden browser window ! My code: PredictText: Predict Text of an Edit Control Like Scite. Remote Gmail: Execute your Scripts through Gmail. StringRegExp:Share and learn RegExp.Run As System: A command line wrapper around PSEXEC.exe to execute your apps scripts as System (LSA). Database: An easier approach for _SQ_LITE beginners. MathsEx: A UDF for Fractions and LCM, GCF/HCF. FloatingText: An UDF for make your text floating. Clipboard Extendor: A clipboard monitoring tool. Custom ScrollBar: Scroll Bar made with GDI+, user can use bitmaps instead. RestrictEdit_SRE: Restrict text in an Edit Control through a Regular Expression. Link to comment Share on other sites More sharing options...
KaFu Posted February 23, 2013 Share Posted February 23, 2013 You're looking for OS: Win10-22H2 - 64bit - German, AutoIt Version: 3.3.16.1, AutoIt Editor: SciTE, Website: https://funk.eu AMT - Auto-Movie-Thumbnailer (2024-Oct-13) BIC - Batch-Image-Cropper (2023-Apr-01) COP - Color Picker (2009-May-21) DCS - Dynamic Cursor Selector (2024-Oct-13) HMW - Hide my Windows (2024-Oct-19) HRC - HotKey Resolution Changer (2012-May-16) ICU - Icon Configuration Utility (2018-Sep-16) SMF - Search my Files (2024-Oct-20) - THE file info and duplicates search tool SSD - Set Sound Device (2017-Sep-16) Link to comment Share on other sites More sharing options...
acidman Posted February 23, 2013 Share Posted February 23, 2013 (edited) Shouldn't you just be using ftp? there are ftp udf's that can be found in the helpfile. Actually I just found one_FTP_FileGet file from a FTP server.#include _FTP_FileGet($l_FTPSession, $s_RemoteFile, $s_LocalFile [, $fFailIfExists = False, [$dwFlagsAndAttributes = 0 [, $l_Flags = 0 [, $l_Context = 0]]]])I'm sure if you just run the file after downloading then the appropriate application will be opened by windows...if that doesn't work just set a variable before your ftp command and then store the pic in the variable then you can view the picture in a Picture control... That's what my logic tells me Edited February 23, 2013 by acidman [u]My dream is to have a dream...[/u] Link to comment Share on other sites More sharing options...
caleb41610 Posted February 24, 2013 Author Share Posted February 24, 2013 You're looking for That's exactly what I was looking for. Not sure why I couldn't find it. Thank you very much for the link, it's great appreciated. Shouldn't you just be using ftp? there are ftp udf's that can be found in the helpfile. Actually I just found one_FTP_FileGet file from a FTP server.#include _FTP_FileGet($l_FTPSession, $s_RemoteFile, $s_LocalFile [, $fFailIfExists = False, [$dwFlagsAndAttributes = 0 [, $l_Flags = 0 [, $l_Context = 0]]]])I'm sure if you just run the file after downloading then the appropriate application will be opened by windows...if that doesn't work just set a variable before your ftp command and then store the pic in the variable then you can view the picture in a Picture control... That's what my logic tells me I knew I seen what I needed already, so no need to create the wheel twice. Your post is also appreciated though. Multi-Connection TCP Server 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