README.md
December 5, 2022 ยท View on GitHub
Description
Normally when you open a non-project VB-associated file such as a form (.frm), class module (.cls) or standard module (.bas),
VB creates a new project and adds that component to it. I've never found this functionality useful, and on occasion it's annoying.
This Add-In detects when components are loaded directly, and tries to find the associated project.
If it succeeds, it loads the project and then displays the component you loaded - a much more useful way of doing things!
More Info
EDIT
A file name compare was case-sensitive, causing some projects to not be recognised. This has been fixed.
| Submitted On | 2002-04-11 17:22:42 |
| By | grigri |
| Level | Intermediate |
| User Rating | 5.0 (20 globes from 4 users) |
| Compatibility | VB 5.0, VB 6.0 |
| Category | VB function enhancement |
| World | Visual Basic |
| Archive File | ADDIN_--_C18105110262004.zip |