Forum Discussion
vthomeschoolmom
14 years agoSuper Contributor
Nope. It is not a property or method, it is an event. And a private one at that. I ran some tests trying to run code that is not exposed by the UI from a dummy VB6 app. I added a public sub to the form. I tried to call the public sub that is in the form. Can't. This makes sense based on the way ActiveX exposes stuff through properties and methods.