Results 1 to 3 of 3

Thread: [RESOLVED] Active X Control Question (Resolved)

  1. #1

    Thread Starter
    coder. Lord Orwell's Avatar
    Join Date
    Feb 2001
    Location
    Elberfeld, IN
    Posts
    7,628

    Resolved [RESOLVED] Active X Control Question (Resolved)

    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

  2. #2
    PoorPoster iPrank's Avatar
    Join Date
    Oct 2005
    Location
    In a black hole
    Posts
    2,729

    Re: Active X Control Question

    Is this what you want ?
    See the (Event Statement documentation.)
    VB Code:
    1. Option Explicit
    2. Public Event OurClickEvent()
    3.  
    4. Private Sub UserControl_Click()
    5.     RaiseEvent OurClickEvent
    6. 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


  3. #3

    Thread Starter
    coder. Lord Orwell's Avatar
    Join Date
    Feb 2001
    Location
    Elberfeld, IN
    Posts
    7,628

    Re: Active X Control Question (Resolved)

    Yes!
    My light show youtube page (it's made the news) www.youtube.com/@lightsofelberfeld
    Contact me on the socials www.facebook.com/lordorwell

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