• 0

[VB6] Throwing Events?


Question

I'm making an ActiveX control for the first time, and i know that you declare them as Event EventName(Arg1 as ArgType, ..., ArgN as ArgType) in the top portion of the code. But how do you throw them from within a procedure? I've tried calling them like a normal subroutine, but the compiler doesn't recognise it.

Any clues?

-ac

Link to comment
Share on other sites

2 answers to this question

Recommended Posts

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.