Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Private Sub Command1_Click()
Dim cdl As CommonDialog
Set cdl = New CommonDialog
cdl.ShowOpen
End Sub
Option Explicit
Private WithEvents noSocket As MSWinsockLib.Winsock
Private Sub noSocket_Close()
End Sub
Private Sub noSocket_Connect()
End Sub
Private Sub noSocket_ConnectionRequest(ByVal requestID As Long)
End Sub
Private Sub noSocket_DataArrival(ByVal bytesTotal As Long)
End Sub
Private Sub noSocket_Error(ByVal Number As Integer, Description As String, ByVal Scode As Long, ByVal Source As String, ByVal HelpFile As String, ByVal HelpContext As Long, CancelDisplay As Boolean)
End Sub
Private Sub noSocket_SendComplete()
End Sub
Private Sub noSocket_SendProgress(ByVal bytesSent As Long, ByVal bytesRemaining As Long)
End Sub
Is the freeware version still available!?SocketWrench 3.6 (the old freeware version) is no longer available for download from our site, although you can probably find it on one of the shareware download sites on the Internet.