VB Code:
Public Sub testy() On Error GoTo ErrorHandler winsock1.senddata <blah> blah blah code here ErrorHandler: MsgBox "Program has detected an error, id: " & Err & ", " & Error End Sub
but that keeps giving a msgbox with id 0 even when there is no error




Reply With Quote