|
-
Dec 16th, 1999, 06:29 PM
#1
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
-
Dec 18th, 1999, 01:11 PM
#2
Guru
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|