-
Topic
-
I have found that it is not possible to directly call subs in a class on form events. E.g.
OnClick = myClass.myButtonClick
As my coding becomes larger with multiple forms, I am looking for ways to organize it with classes. But this limitation does not let me associate all methods with a single form/class making the Procedures list not as organized as I would like.
What other methods are people using to help them organize their code?
Viewing 4 replies - 1 through 4 (of 4 total)
- You must be logged in to reply to this topic.