Results 1 to 3 of 3

Thread: Passing UDT's to a Class method

  1. #1

    Thread Starter
    PowerPoster
    Join Date
    Aug 2000
    Location
    India
    Posts
    2,288

    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?

  2. #2

    Thread Starter
    PowerPoster
    Join Date
    Aug 2000
    Location
    India
    Posts
    2,288
    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.

  3. #3
    Frenzied Member swatty's Avatar
    Join Date
    Aug 2002
    Location
    somewhere on earth
    Posts
    1,478
    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
  •  



Click Here to Expand Forum to Full Width