multiplex77
Programmer
Is there a way to use the Winsock object in a Visual Basic MODULE or CLASS MODULE instead of only in the Form?
I'm trying to send email using my form, but don't want to place all the Winsock code in the form, but want to place the messy stuff inside a Module and just call it from the form.
Thanks in advance for the help!
Cal