Hi, Sean. Unfortunately not (rumor is it should be possible, but I've never had success, and we haven't had the resources to investigate further). I've worked around this in the past by creating two shared objects. I have one for a VBS and one for an external exe. When an event happens in the exe that I want the VBS to know about, the exe's shared object calls a method in the VBS's shared object. It's a poor-man's event handler for shared objects.
Thanks, Aaron -- Aaron Smith Web Development * App Development * Product Support Specialist Ai Squared * 725 Airport North Office Park, Fort Wayne, IN 46825 260-489-3671 * www.aisquared.com To insure that you receive proper support, please include all past correspondence (where applicable), and any relevant information pertinent to your situation when submitting a problem report to the Ai Squared Technical Support Team. > -----Original Message----- > From: Scripting [mailto:scripting- > [email protected]] On Behalf Of > Sean Farrow via Scripting > Sent: Monday, April 4, 2016 9:54 AM > To: Window-Eyes Scripting List <[email protected]> > Subject: Quick shared object query > > Hi, > > I'm in the process of creating a shared object to monitor when processes > start/terminate. > Can shared objects raise events, like com servers can? > If not what is the best way of communicating to other apps that a change has > occurred? > Any help appreciated. > Kind regards > Sean. > -------------- next part -------------- > An HTML attachment was scrubbed... > URL: <http://lists.window-eyes.com/private.cgi/scripting-window- > eyes.com/attachments/20160404/793f11ba/attachment.htm> > _______________________________________________ > 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/asmith%40aisquared.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 _______________________________________________ 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
