|
-
Oct 15th, 2002, 03:46 AM
#1
Thread Starter
PowerPoster
Passing UDT's to a Class method
How do I pass a UDT from a form in a exe to a method defined in a class module of a dll?
-
Oct 15th, 2002, 03:51 AM
#2
Thread Starter
PowerPoster
I have already defined the UDT as a public member in the class. But I am not able to call it from the form
Last edited by amitabh; Oct 15th, 2002 at 04:29 AM.
-
Oct 15th, 2002, 04:38 AM
#3
Frenzied Member
If it is a member of your class , you should be able to access it through an instance of the class.
Code:
If Question = Incomplete Then
AnswerNextOne
Else
ReplyIfKnown
End If
cu Swatty
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|