|
-
Sep 7th, 2000, 09:15 AM
#1
Thread Starter
Addicted Member
I am trying to send emails in my application wich does not have any forms (just modules) and I want to do this without having the user to have any interaction in the sending. it must be all automatic. Also I don't want to use MAPI or other stuff wich uses antoher program. I know this can be done using Winsock.ocx but since I have no form in my app... I can't use the control...
Please help me soon!
Dave
-
Sep 7th, 2000, 09:39 AM
#2
There's a whole set of winsock functions in the winsock.dll which you can access through VB. They're all described in the MSDN, but you need a pretty good handle on how sockets are supposed to work to use them.
Why not just put the winsock control on a form and keep the form hidden?
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
|