README.md
December 5, 2022 ยท View on GitHub
Description
Setting System wide Shell hook. Sample application search for all shell event and write them into log. When new window created, activated, destroyed, language locale change, task manager activated - you'll receive notification.
More Info
All docs say that it's impossible to set system wide hook from VB without standard dll. Here it is! Using undocumented shell32 function calling by ordinal (thanks to James Holderness http://www.geocities.com/SiliconValley/4942/contents.html for his great job for finding this and many other functions).Sample application search for all shell event and write them into log. When new window created, activated, destroyed, language locale change, task manager activated - you'll receive notification.
| Submitted On | 2000-06-23 21:15:46 |
| By | Ark |
| Level | Advanced |
| User Rating | 4.7 (56 globes from 12 users) |
| Compatibility | VB 5.0, VB 6.0 |
| Category | Windows System Services |
| World | Visual Basic |
| Archive File | CODE_UPLOAD70176232000.zip |