Results 1 to 2 of 2

Thread: Dialing without MSCOMM32...

  1. #1

    Thread Starter
    New Member
    Join Date
    Feb 2000
    Location
    rocky point,ny,usa
    Posts
    1

    Post

    I was recently trying to find out how to dial numbers through vb5. i found this site and immediately tried it. To my disappointment when i placed the functions in a .Bas its says for the Private Declare Function 'User define type not defined' what does this mean and how do I fix it.

  2. #2
    Fanatic Member invitro's Avatar
    Join Date
    Jan 2000
    Location
    Outside your window
    Posts
    547

    Post

    'User define type not defined'
    means there is a certain user 'Type' which is not defined.
    Eg. of a Type would be.

    Public Type invitro
    x as integer
    y as integer
    End type

    So later u can assign values as in:
    invitro.x = 1
    invitro.y = 2

    I wouldent know how to fix it unless I got the bas file.


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