Results 1 to 2 of 2

Thread: Urgent help needed - winsock without the control

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Oct 1999
    Location
    Brossard, Québec, Canada
    Posts
    241
    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

  2. #2
    Guest
    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
  •  



Click Here to Expand Forum to Full Width