NetMage
287 discussion posts
I'm not sure how you could add this (easily), but I am wondering if you could add some type of Window Hook event to BFS so that a trigger (such as Window Created) could setup a Window Hook for the new Window, calling a C# function and then modifying/capturing Window events.
What types of window hooks and events are you trying to capture?
Unfortunately many of these hooks require native DLLs, not the managed code that the scripts run in. It's a very powerful idea though, we'll keep in mind if we can come up with a safe way to do this in the future.