PDA

Click to See Complete Forum and Search --> : using winsock without the control


lenin
Dec 1st, 1999, 06:18 PM
Hello,
I have just written a small app that uses SMTP to send mail messages. However I was wondering if the is a method of using winsock without actually dragging / dropping a winsock control onto a form, i.e. just use the code.

something like

dim lwWinsock as winsock

lwWinsock.sendData .......

presume this could be done with some sort of dll etc

Thaks

Tony.