hi,
v0.5.3.81
New:
// 07.10.2022 v0.4.9 GetAllAttachment() download form Forum
// !isdir() -> add \DOWNLOAD Folder
// 08.10.2022 v0.5.0 GetAttachment() : click on LABEL Info2
// 09.10.2022 v0.5.1 Attachment Download Time left, Progressbar
// 10.10.2022 v0.5.2 CHECKBOX : Override Attachment
// 11.10.2022 v0.5.3 RELEASE EXE : download Attachment
new Version to download (File) Attachment from Forum
in Menu you will find new MenuItem "Download Attachment" ( look at CHECKBOX "Override Attachment")
when LABEL Info2 is "green" you can click on it

- GetAllAttachment.png (100.41 KiB) Viewed 19582 times
HMG Forum have about 2673 Files and need 1.700 MB (!) and take about 35 min to download all Attachment
when click on "green" LABEL you will get Attachment only from "this" Message
! note : if possible it will download "fresh" Version
there are many Files call TEST.ZIP ... but only "latest" Version is "valid"
---
when got a Error while Download Attachment you will get Error Log Window.
now do NOT press "re-read" Button as it does NOT download Attachment
click on Item in Listbox -> will navigate to Message
now click on "green" Info2 Label to download Attachment
than use next Item on Listbox
---
to "open" Attachment i use
it will open ZIP with Explorer but for RAR or 7z File Windows will ask for App to open (if not installed)
HMG, Xbase++ and Express++ have Attachment but FiveWin does not allow Attachment
p.s. only File Attachment with this Extension
Code: Select all
IF ".zip" $ LOWER( cFile ) .OR. ;
".rar" $ LOWER( cFile ) .OR. ;
".7z" $ LOWER( cFile ) .OR. ;
".prg" $ LOWER( cFile )