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.