Results 1 to 2 of 2

Thread: Events from Form to ActiveX

  1. #1

    Thread Starter
    Addicted Member MrPresident2k's Avatar
    Join Date
    May 2002
    Location
    INDIA
    Posts
    167

    Events from Form to ActiveX

    Hi,

    Can I declare an Event in a Form in an ActiveX control and trap the event from the cotrol?
    For Example I have an Event in the Form.

    Public Event A()

    And Iam raising the Event in the form at a particular point

    RaiseEvent A

    How do I capture this event in the ActiveX control? Can I do this or is there any alternative?

    Thanks,
    Pres

  2. #2
    Stiletto
    Guest
    After you decliared the event, go to the app which calls the ActiveX, and there you can put the code in whichi will rub when the event is fired.

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