|
-
Jun 4th, 2002, 11:22 PM
#1
Thread Starter
Addicted Member
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
-
Jun 5th, 2002, 07:12 AM
#2
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|