How do I pass a UDT from a form in a exe to a method defined in a class module of a dll?
Printable View
How do I pass a UDT from a form in a exe to a method defined in a class module of a dll?
I have already defined the UDT as a public member in the class. But I am not able to call it from the form
If it is a member of your class , you should be able to access it through an instance of the class.