Is it possible to send a text message with the API send? and receive the sent text message with recv on the server/client?

Like:
VB Code:
  1. send lSocket, "howdy", Len("howdy"), flags ' probably wrong but thats why Im here :)
Possible?

Any examples you recommend seeing?

(I've checked vbip/winsockvb/allapi but none really have good examples of it)