Finally done. It became a bit big when the Windows' forums was
added, but it also became far more useful..
------------------
[This message has been edited by Borje Hagsten (edited July 09, 2000).]
added, but it also became far more useful..

Code:
'¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤ ' POFFS v1.2, Power Basic OFF-line forums Search program - now complete! ' By Borje Hagsten, released into Public Domain in July, 2000 ' Download address: [url="http://www.tolken99.com/pb/poffs.zip"]http://www.tolken99.com/pb/poffs.zip[/url] ' Download size: 9 MB (all valuable PB info - I think you'll find it very useful..) ' Other samples: [url="http://www.tolken99.com/pb/pbfile_e.htm"]http://www.tolken99.com/pb/pbfile_e.htm[/url] ' ' Files: Poffs.exe - compiled exe, 71 KB raw Power Basic power.. :-) ' Poffs.bas - comlete source file ' Poffs.pbr - resource file with version info ' Pbpad.ico - program icon ' Forum 1 to 9.IDX - database index files ' Forum 1 to 9.DAT - database files ' ' Latest documents downloaded/included July 7, 2000. ' Total size of all HTML documents (~6500) exceeds 100MB! ' Stripped from all HTML and Zipped, the total download size became ~9MB.. :-) ' A few older documents are missing. The PB forums changed face a bit back in -98 ' and I would have to rewrite my HTML stripper/file compresser code to handle the ' old files. Don't have time to do that right now.. ' ' Changes in v1.2: ' Added version info to the resource file. ' Added "Match like phrase" to the search. ' Added a Modal Progress-bar Dialog with Cancel-button for Topic search in all forums ' Added an info label for the "Select Forum" combo lists. ' Added all missing forums. ' Changed CenterChildDlg() It now considers the actual work area. ' Fixed a bug in FindDlgProc() (%WM_GETTEXT didn't have the buffer allocated) ' Replaced the CharUpperBuf API with asmUCASE(), for much better speed. ' Trimmed the search code Moved the extraction of different search words ' out of the loop. '¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤
[This message has been edited by Borje Hagsten (edited July 09, 2000).]
Comment