ZeroEffect
Junior Contributor
Or am I doing something that can't be done.
I have a module with some structures and functions. In my main application i create the class by using
I have access to the structure but the functions do not show up. I can get by but it would be nice if these showed up. Where should I start?
I have a module with some structures and functions. In my main application i create the class by using
Code:
Dim a as new b
I have access to the structure but the functions do not show up. I can get by but it would be nice if these showed up. Where should I start?