Results 1 to 2 of 2

Thread: Active X dll?

  1. #1
    Guest

    Post

    Really new to VB but sure like it this far. but now I have a problem, I'm trying to make a Active X dll I can access via ASP to make it possible to check mail using POP3. Done a application exe that manage to connect to the POP server and check the mail but I don't really have a clue how to convert the code so it will work as a dll instead is there any resources on the net on this topics or maybe someone might help me?

    please

    /humpe

  2. #2
    Guru Clunietp's Avatar
    Join Date
    Oct 1999
    Location
    USA
    Posts
    1,844

    Post

    do you know how to make a function return a value? If you do, then you can place these functions in a class module, and return the values to the calling application (or in your case, ASP)

    Tom

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