How do I raise an event with a custom active x control that I make? Thanks! Added green "resolved" checkmark - Hack
Last edited by Hack; Jan 26th, 2006 at 07:23 AM.
My light show youtube page (it's made the news) www.youtube.com/@lightsofelberfeld Contact me on the socials www.facebook.com/lordorwell
Is this what you want ? See the (Event Statement documentation.) VB Code: Option Explicit Public Event OurClickEvent() Private Sub UserControl_Click() RaiseEvent OurClickEvent End Sub
Option Explicit Public Event OurClickEvent() Private Sub UserControl_Click() RaiseEvent OurClickEvent End Sub
Usefull VBF Threads/Posts I Found . My flickr page . "I love being married. It's so great to find that one special person you want to annoy for the rest of your life." - Rita Rudner
Yes!
Forum Rules