Bookmark Manager

Database Applications
Post Reply
jaba
Posts: 10
Joined: Tue Jul 14, 2009 12:04 am

Bookmark Manager

Post by jaba »

A program to save and access links to Just BASIC and Liberty BASIC forum posts.

Links are saved as data statements in the program. Add links by saving to the .bas program in the format of the included links. Delete a link by removing it from the program. Be sure to update the first data statement that holds the number of saved links.

To access the link in your default browser, select a title in the Bookmarked posts list box and click "Copy", then "Go".

Switch between JB and LB with the check boxes.

For the ambitious, modify the code to store the data in data files. Use the Add and Delete buttons to access helper windows for input of links.

This program can be used as a bare-bones database framework.
Attachments
BookmarkManager.zip
Save links to forum posts for offline access.
(3.66 KiB) Downloaded 707 times
Post Reply