Hi: The Event handler sub does not appear to be firing but the event is showing up in the WEEvent log. Any ideas why or what to try next? Option Explicit Dim myMSAAEventSource : Set myMSAAEventSource = MSAAEventSource myMSAAEventSource.Process = ClientInformation.ApplicationProcess Dim windowObj Set windowObj = ClientInformation.Overlap ConnectEvent ClientInformation.Overlap, "OnChildFocus", "OnChildFocus" Sub OnChildFocus( windowObj ) Logger( "OnChildFocus fired") End Sub ' EndOfFile:
_______________________________________________ Any views or opinions presented in this email are solely those of the author and do not necessarily represent those of Ai Squared. For membership options, visit http://lists.window-eyes.com/options.cgi/scripting-window-eyes.com/archive%40mail-archive.com. For subscription options, visit http://lists.window-eyes.com/listinfo.cgi/scripting-window-eyes.com List archives can be found at http://lists.window-eyes.com/private.cgi/scripting-window-eyes.com
