I have written an AddIn for the VB6 IDE, to save and load the bookmarks.
This is done project specific, for each project the bookmarks are save separately (by project name).
When the AddIn is loaded, it will add a menu "Bookmarks" with the items
- Save Bookmarks
- Load Bookmarks
in it.
It uses timers so on very slow machines it may not work correctly
Attached the code and the dll in a zip file.
For the project these files are required:
MSADDNDR.DLL (Add-In Designer/Instance Control Library)
MSO97RT.DLL (Microsoft Office 8.0 Object Library)
VB6EXT.OLB (Microsoft Visual Basic 6.0 Extensibility)
Bookmarks.zip
This is done project specific, for each project the bookmarks are save separately (by project name).
When the AddIn is loaded, it will add a menu "Bookmarks" with the items
- Save Bookmarks
- Load Bookmarks
in it.
It uses timers so on very slow machines it may not work correctly
Attached the code and the dll in a zip file.
For the project these files are required:
MSADDNDR.DLL (Add-In Designer/Instance Control Library)
MSO97RT.DLL (Microsoft Office 8.0 Object Library)
VB6EXT.OLB (Microsoft Visual Basic 6.0 Extensibility)
Bookmarks.zip