Zedna Posted November 6, 2011 Author Posted November 6, 2011 (edited) By the way, here is the solution Thanks ProgAndy!! Nice example.I will test if it works on WinXP and also on Win7 64bit... Edited November 6, 2011 by Zedna Resources UDF ResourcesEx UDF AutoIt Forum Search
JohnOne Posted November 6, 2011 Posted November 6, 2011 Ace, I think this is the first example of using Named pipes I have seen, and I have wondered from time to time. AutoIt Absolute Beginners Require a serial Pause Script Video Tutorials by Morthawt ipify Monkey's are, like, natures humans.
KaFu Posted November 6, 2011 Posted November 6, 2011 (edited) Really nice solution indeed !Ace, I think this is the first example of using Named pipes I have seen... Edited November 6, 2011 by KaFu 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)
Zedna Posted November 7, 2011 Author Posted November 7, 2011 (edited) Thanks ProgAndy!! Nice example.I will test if it works on WinXP and also on Win7 64bit...Tested and it works fine on Win XP and also Win7 64bit. It can be even simplified because reading at the end after loop and InetClose is not neccessary (tested).EDIT: This example could be added as example for Named Pipes to Autoit helpfile because there are no examples. Edited November 7, 2011 by Zedna Resources UDF ResourcesEx UDF AutoIt Forum Search
ProgAndy Posted November 7, 2011 Posted November 7, 2011 It can be even simplified because reading at the end after loop and InetClose is not neccessary (tested). That's only possible if you are able to allocate enough buffer for the pipe. If you don't know the maximum size of the download that's impossible. *GERMAN* [note: you are not allowed to remove author / modified info from my UDFs]My UDFs:[_SetImageBinaryToCtrl] [_TaskDialog] [AutoItObject] [Animated GIF (GDI+)] [ClipPut for Image] [FreeImage] [GDI32 UDFs] [GDIPlus Progressbar] [Hotkey-Selector] [Multiline Inputbox] [MySQL without ODBC] [RichEdit UDFs] [SpeechAPI Example] [WinHTTP]UDFs included in AutoIt: FTP_Ex (as FTPEx), _WinAPI_SetLayeredWindowAttributes
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