Results 1 to 2 of 2

Thread: How to have event sub called from non-child process

  1. #1

    Thread Starter
    New Member
    Join Date
    Feb 2001
    Posts
    7
    I have an app that needs to be notified when another app triggers an event in its COM. I've registered it and I can see the event, but when I attempt to use the event, my event sub is not triggered.

    How can I acces the running process' COM event in my app? The running app is not a child of mine, and I don't have access to the source of it. Do I need a Callback in the running app?

    Thanks.
    - huggy

  2. #2
    Fanatic Member
    Join Date
    Feb 2000
    Location
    Dunmow,Essex,England
    Posts
    898
    The simplest way would be to declare somthing as app1's com event, then your app's event will get triggered at the same time.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width