ProjectHookX
Note: this project has moved to GitHub: https://github.com/VFPX/ProjectHookX
The ability to attach multiple projecthooks to a single project.
Project Manager: Toni M. Feltman Download ProjectHookX Here!
Visual FoxPro projecthooks were released back in version 6.0. The projecthook class allows VFP developers the ability to write code in response to events fired while working with the Project Manager. This allows developers to extend the functionality of the Project Manager and automate tasks associated to the development of a project. The design of a traditional projecthook follows the Microsoft's initial intentions of one projecthook for one project. The ProjectHookX project builds and extends this concept using the hook pattern so multiple projecthooks are associated to a project.