|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Stop making mediocre tutorials.The best tutorials are video! Camtasia Studio makes it easy to create engaging, buzz-building screen videos at any size, in any popular format. Download the free trial!
|
|
#1
|
|||
|
|||
|
Closing winsock1 after datasend is complete
how do I close connection on winsock1 after sending html data ?
winsock1.senddata ("< html >etc...") winsock1.close |
|
#2
|
|||
|
|||
|
did you try winsock1.close()?
It could be trying to return a value. Try: dim dontCare dontCare = winsock1.close() mpn |
![]() |
| Viewing: Dev Shed Forums > Programming Languages - More > Visual Basic Programming > Closing winsock1 after datasend is complete |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|