PDA

Click to See Complete Forum and Search --> : Active X dll?


Dec 16th, 1999, 05:29 PM
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

Clunietp
Dec 18th, 1999, 12:11 PM
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