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.
Question
anthonycara
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