Dim WithEvents a As MSWinsockLib.Winsock
Private Sub Form_Load()
Set a = New MSWinsockLib.Winsock
End Sub
Can anyone tell me why this bit of VB code works on every win95/win98 and win nt4 workstation i can find, but gives a 429 error whenever it is run under any NT4 Server?
Private Sub Form_Load()
Set a = New MSWinsockLib.Winsock
End Sub
Can anyone tell me why this bit of VB code works on every win95/win98 and win nt4 workstation i can find, but gives a 429 error whenever it is run under any NT4 Server?