Okay fellows, this is a very un-official release, but I took the
day off to finish up this project - started in another thread, and
have now uploaded the files to my site. The code became a bit too
big for the source code section, so downloading it is the only way
to see what it is. Download and unzip to a new directory, preferably
called "Poffs". Total file size 1.8MB
(mostly databases - this is pure PB, so the exe is only ~60 KB..
Address: http://www.tolken99.com/program/poffs.zip
What it is? Well, this is a complete program, written in PB/DLL 6.0,
for offline searching of these messages. It includes a lot of useful
tips and tricks for listboxes, combolists, the tab control, database
indexing and searching, rich edit syntax coloring, etc. It's not
quite complete yet - I have only had time to download and compile
the following forums:
However, the source code forum itself is enough to make this program
extremely useful. Many thanks to Semen for downloading and making
those files available to me/us. More than 600 samples available,
without having to go online and sometimes have to wait for more
than a minute for each page to load..
I think the following header from Poffs.bas says it better:
day off to finish up this project - started in another thread, and
have now uploaded the files to my site. The code became a bit too
big for the source code section, so downloading it is the only way
to see what it is. Download and unzip to a new directory, preferably
called "Poffs". Total file size 1.8MB
(mostly databases - this is pure PB, so the exe is only ~60 KB..

Address: http://www.tolken99.com/program/poffs.zip
What it is? Well, this is a complete program, written in PB/DLL 6.0,
for offline searching of these messages. It includes a lot of useful
tips and tricks for listboxes, combolists, the tab control, database
indexing and searching, rich edit syntax coloring, etc. It's not
quite complete yet - I have only had time to download and compile
the following forums:
Code:
'forum1 = Product Announcements - about 10 pages OK 'forum2 = Frequently Asked Questions - about 32 pages OK 'forum3 = PowerBASIC for DOS - about 820 pages missing 'forum4 = PowerBASIC for Windows - about 2400 pages missing 'forum5 = PowerBASIC Console Compiler - about 950 pages missing 'forum6 = Programming - about 1100 pages missing 'forum7 = Source Code - about 640 pages OK 'forum8 = Third-Party Addons - about 380 pages OK 'forum9 = Programming the Internet - about 160 pages OK 'forum10-12 - archives missing
extremely useful. Many thanks to Semen for downloading and making
those files available to me/us. More than 600 samples available,
without having to go online and sometimes have to wait for more
than a minute for each page to load..
I think the following header from Poffs.bas says it better:
Code:
'¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤ ' POFFS v1.0, Power Basic OFF-line forums Search program ' By Borje Hagsten, released into Public Domain in June 25, 2000 ' ' Files: Poffs.exe - compiled exe, 60KB raw Power Basic power.. :-) ' Poffs.bas - comlete source file ' Poffs.pbr - resource file ' Pbpad.ico - program icon ' Forum 1, 2, 7, 8 and 9.IDX - database index files ' Forum 1, 2, 7, 8 and 9.DAT - database files ' ' Some forums are still missing. I have no possibility to download ' them all, due to the amount of files and my own slow connection. ' If the Power Basic staff think it could be a useful resource for all ' PB users, maybe someone there can zip up the HTML files in Forum 3-5 (+ archives) ' and tell me where I can download them from. I have the compiler for ' creating the databases and index files here - not yet released, ' since I don't know what the PB people will think of this. If they ' disapprove of the concept, I will of course withdraw it, since I ' don't want to upset anyone. I only did this one to help those of ' us with slow, or no, Internet connections.. :-) ' ' Summer and holidays will prevent me from doing much more with this ' program for a while now, but I'll try to keep up with any eventual ' responses from time to time. PB staff - in case you're interested, ' you may find me at [email protected] '¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤
Comment